diff --git a/src/index.ts b/src/index.ts index 40ae5156..0eeec556 100644 --- a/src/index.ts +++ b/src/index.ts @@ -5,5 +5,4 @@ const container = new Container(); container .getCommand(process.argv[2]) - .then(c => c.run(process.argv)) - .catch(console.error); \ No newline at end of file + .then(c => c.run(process.argv)); \ No newline at end of file