Add output logs in raw commands
This commit is contained in:
@@ -106,6 +106,8 @@
|
|||||||
child.stderr.on("data", data => stderr += data)
|
child.stderr.on("data", data => stderr += data)
|
||||||
child.on("close", code => {
|
child.on("close", code => {
|
||||||
console.debug(`metrics/command > ${command} > exited with code ${code}`)
|
console.debug(`metrics/command > ${command} > exited with code ${code}`)
|
||||||
|
console.debug(stdout)
|
||||||
|
console.debug(stderr)
|
||||||
return code === 0 ? solve(stdout) : reject(stderr)
|
return code === 0 ? solve(stdout) : reject(stderr)
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
/**https://github.com/primer/css/blob/master/LICENSE*/
|
||||||
.dark {
|
.dark {
|
||||||
--color-scale-black: #010409;
|
--color-scale-black: #010409;
|
||||||
--color-scale-white: #f0f6fc;
|
--color-scale-white: #f0f6fc;
|
||||||
|
|||||||
Reference in New Issue
Block a user