diff options
author | przemyslawpluta <przemekpluta@hotmail.com> | 2014-09-07 22:29:24 +0100 |
---|---|---|
committer | przemyslawpluta <przemekpluta@hotmail.com> | 2014-09-07 22:29:24 +0100 |
commit | a758fb345b3f4ce4e231f8ed2ddd4d9b5f5fef3a (patch) | |
tree | 021c59e8c82c561ef73ce46208f2a8778007c540 /lib | |
parent | 45bd47e536e2bf3706cae2be526de313f042bf36 (diff) | |
download | mongo-edu-a758fb345b3f4ce4e231f8ed2ddd4d9b5f5fef3a.zip |
cleanup
Diffstat (limited to 'lib')
-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); } |