Skip to content

Commit 5c0befa

Browse files
committed
error
1 parent a920498 commit 5c0befa

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/runner/lightning.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ const options = loadArgs();
77

88
const lightningPath = options.lng;
99

10+
if (!lightningPath) {
11+
console.error('"LIGHTNING PATH NOT SET');
12+
process.exit(1);
13+
}
14+
1015
// Get an absolute file path relative to
1116
const file = (ctx, name) => {};
1217

0 commit comments

Comments
 (0)