From a17c05012d566dcb78668ea9a5e985075c0fce16 Mon Sep 17 00:00:00 2001 From: Alexis THOMAS Date: Sun, 18 Apr 2021 18:50:25 +0200 Subject: [PATCH] style(create): correct comment indentation --- lib/create.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/create.js b/lib/create.js index 548781cae0..508d45952b 100755 --- a/lib/create.js +++ b/lib/create.js @@ -228,7 +228,7 @@ exports.create = function (project_path, config, options, events) { .then(function () { return exports.validateProjectName(project_name); }).then(function () { - // Log the given values for the project + // Log the given values for the project events.emit('log', 'Creating Cordova project for the Android platform:'); events.emit('log', '\tPath: ' + project_path); events.emit('log', '\tPackage: ' + package_name);