Skip to content
This repository was archived by the owner on Jul 4, 2025. It is now read-only.

Commit b0a0356

Browse files
authored
fix: suppress node warning
1 parent 68e0f2d commit b0a0356

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cortex-js/src/command.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env node
1+
#!/usr/bin/env node --no-warnings
22
import ora from 'ora';
33
const dependenciesSpinner = ora('Loading dependencies...').start();
44
const time = Date.now();

0 commit comments

Comments
 (0)