mirror of
				https://github.com/actions/checkout.git
				synced 2025-10-31 10:18:57 +08:00 
			
		
		
		
	adding stderr
This commit is contained in:
		
							parent
							
								
									9684017cd6
								
							
						
					
					
						commit
						f1764260c3
					
				
							
								
								
									
										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); | ||||
|  | ||||
| @ -108,6 +108,9 @@ class GitCommandManager { | ||||
|     const listeners = { | ||||
|       stderr: (data: Buffer) => { | ||||
|         stderr.push(data.toString()) | ||||
|       }, | ||||
|       errline: (line: string) => { | ||||
|         stderr.push(line) | ||||
|       } | ||||
|     } | ||||
|     const output = await this.execGit(args, false, false, listeners) | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user