mirror of
https://github.com/smogon/sprites.git
synced 2026-08-20 00:34:22 -05:00
fix error message
This commit is contained in:
@@ -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?
|
||||
|
||||
Reference in New Issue
Block a user