Merge branch 'master' into dev

This commit is contained in:
Nick O'Leary 2019-08-06 17:13:00 +01:00
commit 6032d096ec
No known key found for this signature in database
GPG Key ID: 4F2157149161A6C9
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ function runSshKeygenCommand(args,cwd,env) {
resolve(stdout);
}
});
child.error('error', function(err) {
child.on('error', function(err) {
if (/ENOENT/.test(err.toString())) {
err.code = "command_not_found";
}