Skip to content

Commit

Permalink
removing unnecessary changes in the cli.js
Browse files Browse the repository at this point in the history
remove all kind of changes from the `cli.js` file
  • Loading branch information
thebedigupta authored Oct 9, 2024
1 parent 3b43b8d commit 74875d1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/generator/cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -194,4 +194,5 @@ async function watcherHandler(changedFiles) {
showError(e);
}
}
process.on('unhandledRejection', showErrorAndExit);

process.on('unhandledRejection', showErrorAndExit);

0 comments on commit 74875d1

Please sign in to comment.