core: fix lint error

This commit is contained in:
Micooz 2017-10-20 11:03:21 +08:00
parent a81eea0401
commit ff03246e31
No known key found for this signature in database
GPG Key ID: 002FB5DD584D6CB1

@ -80,7 +80,7 @@ export class Pipe extends EventEmitter {
this._feed(direction, buffer);
}
} catch (err) {
logger.error(`[pipe] error occurred while piping`, err);
logger.error('[pipe] error occurred while piping', err);
}
}