This commit is contained in:
Thomas Ruoff
2019-11-18 22:44:32 +01:00
parent 01b0ccf71f
commit 4ff8ae1039
2 changed files with 20 additions and 2 deletions

View File

@@ -23,9 +23,9 @@ Dein Wichtel ist *trommelwirbel*
${pick} !!!
Viel Spaß
Thomas
Alex
Ps.: Bitte gebt nicht mehr als 5 Euro pro Geschenk aus!
Ps.: Bitte gebt nicht mehr als 20 Euro pro Geschenk aus!
`
},
(err, info) => {
@@ -57,6 +57,7 @@ function read() {
const run = async () => {
const people = await read();
const dryRun = process.argv[2] === "--dry";
if (!people || !people.length) {
throw new Error("input file empty");