Added cmd to rsync error output
This commit is contained in:
		
							parent
							
								
									37e21b5b6b
								
							
						
					
					
						commit
						00e4d7e856
					
				
							
								
								
									
										5
									
								
								dist/index.js
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										5
									
								
								dist/index.js
									
									
									
									
										vendored
									
									
								
							@ -492,8 +492,9 @@ const sshDeploy = (() => {
 | 
			
		||||
            nodeRsync({ src, dest, args, privateKey, ssh: true, port, sshCmdArgs: ['-o StrictHostKeyChecking=no'], recursive: true }, (error, stdout, stderr, cmd) => {
 | 
			
		||||
                if (error) {
 | 
			
		||||
                    console.error('⚠️ Rsync error', error.message);
 | 
			
		||||
                    console.log(stderr);
 | 
			
		||||
                    console.log(stdout);
 | 
			
		||||
                    console.log('stderr: ', stderr);
 | 
			
		||||
                    console.log('stdout: ', stdout);
 | 
			
		||||
                    console.log('cmd: ', cmd);
 | 
			
		||||
                    process.abort();
 | 
			
		||||
                } else {
 | 
			
		||||
                    console.log("✅ Rsync finished.", stdout);
 | 
			
		||||
 | 
			
		||||
@ -17,8 +17,9 @@ const sshDeploy = (() => {
 | 
			
		||||
            nodeRsync({ src, dest, args, privateKey, ssh: true, port, sshCmdArgs: ['-o StrictHostKeyChecking=no'], recursive: true }, (error, stdout, stderr, cmd) => {
 | 
			
		||||
                if (error) {
 | 
			
		||||
                    console.error('⚠️ Rsync error', error.message);
 | 
			
		||||
                    console.log(stderr);
 | 
			
		||||
                    console.log(stdout);
 | 
			
		||||
                    console.log('stderr: ', stderr);
 | 
			
		||||
                    console.log('stdout: ', stdout);
 | 
			
		||||
                    console.log('cmd: ', cmd);
 | 
			
		||||
                    process.abort();
 | 
			
		||||
                } else {
 | 
			
		||||
                    console.log("✅ Rsync finished.", stdout);
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user