From 40cc28c3089b4d4701f106aebdc77ab439eb4d8d Mon Sep 17 00:00:00 2001 From: mvpsaurav <63639213+mvpsaurav@users.noreply.github.com> Date: Sat, 9 Oct 2021 21:13:40 +0530 Subject: [PATCH] Update main.js extra this "' --- ClientApp/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ClientApp/main.js b/ClientApp/main.js index f1ddc79..d84ad8a 100644 --- a/ClientApp/main.js +++ b/ClientApp/main.js @@ -50,7 +50,7 @@ if (['build', 'eject', 'start', 'test'].includes(script)) { console.log("Exitcode: " + result.status); process.exit(result.status); } else { - console.log('Unknown script "' + script + '".'); + console.log('Unknown script ' + script + '.'); console.log('Use one of these: build, eject, start or test'); console.log( 'See: https://facebook.github.io/create-react-app/docs/updating-to-new-releases'