diff options
-rw-r--r-- | lib/configure.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/configure.js b/lib/configure.js index 2836d71..670ede7 100644 --- a/lib/configure.js +++ b/lib/configure.js @@ -45,7 +45,7 @@ module.exports = function configure(argv, callback) { } function failNoPython() { - console.log('[' + 'i'.red + '] Can\'t find Python executable ' + python.red + '. Check if Python installed ... if so set the ' + 'PYTHON'.green + 'env variable.'); + console.log('[' + 'i'.red + '] Can\'t find Python executable ' + python.red + '. Check if Python installed ... if so set the ' + 'PYTHON'.green + ' env variable.'); process.exit(0); } |