Skip to content

Commit f2b8822

Browse files
committed
Fix ESLint error
1 parent dc56a23 commit f2b8822

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

repo-scripts/repo-toolbox/src/start.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ import { ToolboxCommandLine } from './ToolboxCommandLine';
66
console.log('repo-toolbox\n');
77

88
const commandLine: ToolboxCommandLine = new ToolboxCommandLine();
9-
commandLine.execute();
9+
commandLine.execute().catch(console.error); // CommandLineParser.execute() should never reject the promise

0 commit comments

Comments
 (0)