We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1ee56e0 + 958ee25 commit 229dff2Copy full SHA for 229dff2
bin/kick
@@ -5,7 +5,7 @@ process.bin = process.title = 'kick';
5
6
// Not using ES6 syntax here, so checking for older node versions will work
7
8
-var nodeVersionRegex = /v(\d)\.\d/;
+var nodeVersionRegex = /v(\d+)\.\d/;
9
var child_process = require('child_process');
10
var nodeVersion = child_process.execSync('node -v').toString();
11
var colors = require('colors');
0 commit comments