diff --git a/tools.js b/tools.js index f4b08f5..8427561 100644 --- a/tools.js +++ b/tools.js @@ -42,7 +42,7 @@ function hasNvm() { // check for existance of nvm execSync( 'nvm', - { stdio:[] } // don't care about output + { stdio: 'ignore' } // don't care about output ); } catch (e) { // no nvm,