Compare commits
1 commit
c092a886c8
...
291da10d66
Author | SHA1 | Date | |
---|---|---|---|
291da10d66 |
3 changed files with 3 additions and 3 deletions
2
dist/index.js
generated
vendored
2
dist/index.js
generated
vendored
|
@ -202406,7 +202406,7 @@ async function collectOutput(cmd, args) {
|
|||
}
|
||||
}
|
||||
});
|
||||
return output
|
||||
return output.trim()
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
2
dist/index.js.map
generated
vendored
2
dist/index.js.map
generated
vendored
File diff suppressed because one or more lines are too long
|
@ -141,5 +141,5 @@ async function collectOutput(cmd, args) {
|
|||
}
|
||||
}
|
||||
})
|
||||
return output
|
||||
return output.trim()
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue