diff --git a/bin/cli-runner.js b/bin/cli-runner.js index b4373e54..624c02a1 100644 --- a/bin/cli-runner.js +++ b/bin/cli-runner.js @@ -9,6 +9,7 @@ /* eslint-env node */ process.on('unhandledRejection', e => { + console.log('Unhandled promise rejection caught by Fusion. The error will be rethrown.'); throw e; });