réplica de
https://github.com/therootcompany/pathman.git
synced 2024-11-16 17:09:01 +00:00
bugfix console.error
Este commit está contenido en:
padre
1ef3680b72
commit
571d639092
@ -19,7 +19,7 @@ function spawner(args) {
|
||||
console.info(chunk.toString('utf8'));
|
||||
});
|
||||
runner.stderr.on('data', function(chunk) {
|
||||
console.err(chunk.toString('utf8'));
|
||||
console.error(chunk.toString('utf8'));
|
||||
});
|
||||
runner.on('exit', function(code) {
|
||||
if (0 !== code) {
|
||||
|
||||
Cargando…
x
Referencia en una nueva incidencia
Block a user