We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc56a23 commit f2b8822Copy full SHA for f2b8822
repo-scripts/repo-toolbox/src/start.ts
@@ -6,4 +6,4 @@ import { ToolboxCommandLine } from './ToolboxCommandLine';
6
console.log('repo-toolbox\n');
7
8
const commandLine: ToolboxCommandLine = new ToolboxCommandLine();
9
-commandLine.execute();
+commandLine.execute().catch(console.error); // CommandLineParser.execute() should never reject the promise
0 commit comments