package.json cleanup
This commit is contained in:
+1
-1
@@ -22,7 +22,7 @@ let args = yargs(hideBin(process.argv))
|
||||
|
||||
if (!args._.length) {
|
||||
console.error("Usage: silverbullet <path-to-pages>");
|
||||
process.exit(1);
|
||||
process.exit(1);
|
||||
}
|
||||
|
||||
const pagesPath = args._[0] as string;
|
||||
|
||||
Reference in New Issue
Block a user