generated from garrettmills/template-npm-typescript
make compile phase output error output
This commit is contained in:
parent
25715a4468
commit
515763b363
@ -22,7 +22,7 @@ export class CompilePhase extends Phase {
|
||||
})
|
||||
|
||||
tsc.stderr.on('data', (output: Buffer) => {
|
||||
Logger.info('tsc', output.toString('utf-8'))
|
||||
Logger.error('tsc', output.toString('utf-8'))
|
||||
})
|
||||
|
||||
return new Promise((res, rej) => {
|
||||
|
Loading…
Reference in New Issue
Block a user