mirror of
https://github.com/tomru/wichteln.git
synced 2026-03-03 06:27:15 +01:00
Langs
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user