fix error message

This commit is contained in:
Christopher Monsanto
2020-09-02 01:41:40 -04:00
parent 9cc610852a
commit 6edf2530b9

View File

@@ -7,7 +7,7 @@ const sheetjs = process.argv[2];
const dest = process.argv[3];
if (!sheetjs || !dest) {
throw new Error(`node tools/ps-sheet <file.sheet.js> <dest>`);
throw new Error(`node tools/sheet <file.sheet.js> <dest>`);
}
// Top-level await?