parent
72680825d0
commit
ded7a17140
1 changed files with 0 additions and 2 deletions
|
@ -155,8 +155,6 @@ module.exports = class Application extends Emitter {
|
||||||
|
|
||||||
if (404 == err.status || err.expose) return;
|
if (404 == err.status || err.expose) return;
|
||||||
if (this.silent) return;
|
if (this.silent) return;
|
||||||
// DEPRECATE env-specific logging in v2
|
|
||||||
if ('test' == this.env) return;
|
|
||||||
|
|
||||||
const msg = err.stack || err.toString();
|
const msg = err.stack || err.toString();
|
||||||
console.error();
|
console.error();
|
||||||
|
|
Loading…
Reference in a new issue