diff --git a/apps/generator/cli.js b/apps/generator/cli.js index 9a2c1f645..feb12446a 100644 --- a/apps/generator/cli.js +++ b/apps/generator/cli.js @@ -194,4 +194,5 @@ async function watcherHandler(changedFiles) { showError(e); } } -process.on('unhandledRejection', showErrorAndExit); \ No newline at end of file + +process.on('unhandledRejection', showErrorAndExit);