mirror of
https://github.com/actions/checkout.git
synced 2025-08-13 17:35:53 +01:00
adding stderr
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user