From 74875d1813db5dc47823fca2e373a2b115a7d7e6 Mon Sep 17 00:00:00 2001 From: Bedi Gupta Date: Wed, 9 Oct 2024 10:52:49 +0530 Subject: [PATCH] removing unnecessary changes in the cli.js remove all kind of changes from the `cli.js` file --- apps/generator/cli.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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);