Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion bin/kick
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ process.bin = process.title = 'kick';

// Not using ES6 syntax here, so checking for older node versions will work

var nodeVersionRegex = /v(\d)\.\d/;
var nodeVersionRegex = /v(\d+)\.\d/;
var child_process = require('child_process');
var nodeVersion = child_process.execSync('node -v').toString();
var colors = require('colors');
Expand Down