From d3d3e0f9de562bbeda7d4f0c3c5b4e776ff534e4 Mon Sep 17 00:00:00 2001 From: AbdeRahmane Messaadi Date: Tue, 29 Mar 2022 00:49:20 +0200 Subject: [PATCH] Fixed a typo (#185) --- bin/createNodejsApp.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/createNodejsApp.js b/bin/createNodejsApp.js index 08106746..a395b59d 100644 --- a/bin/createNodejsApp.js +++ b/bin/createNodejsApp.js @@ -50,7 +50,7 @@ try { if (err.code === 'EEXIST') { console.log('Directory already exists. Please choose another name for the project.'); } else { - console.log(error); + console.log(err); } process.exit(1); }