mirror of
				https://github.com/actions/checkout.git
				synced 2025-10-31 22:08:09 +08:00 
			
		
		
		
	adding stderr
This commit is contained in:
		
							
								
								
									
										3
									
								
								dist/index.js
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										3
									
								
								dist/index.js
									
									
									
									
										vendored
									
									
								
							| @@ -7403,6 +7403,9 @@ class GitCommandManager { | ||||
|             const listeners = { | ||||
|                 stderr: (data) => { | ||||
|                     stderr.push(data.toString()); | ||||
|                 }, | ||||
|                 errline: (line) => { | ||||
|                     stderr.push(line); | ||||
|                 } | ||||
|             }; | ||||
|             const output = yield this.execGit(args, false, false, listeners); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user