mirror of
				https://github.com/node-red/node-red.git
				synced 2025-03-01 10:36:34 +00:00 
			
		
		
		
	Add debug to sshkeygen
This commit is contained in:
		| @@ -33,6 +33,9 @@ function runSshKeygenCommand(args,cwd,env) { | ||||
|             stderr += data; | ||||
|         }); | ||||
|         child.on('close', function(code, signal) { | ||||
|             console.log(code); | ||||
|             console.log(stdout); | ||||
|             console.log(stderr); | ||||
|             if (code !== 0) { | ||||
|                 var err = new Error(stderr); | ||||
|                 err.stdout = stdout; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user