Skip to content

Commit

Permalink
fix: tmp remove error
Browse files Browse the repository at this point in the history
  • Loading branch information
zzswang committed Nov 30, 2018
1 parent fd90032 commit 091e69f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ export default class Application extends Emitter {

if (this.silent) return;

console.error(serializeError(err));
// console.error(serializeError(err));
}

/**
Expand Down

0 comments on commit 091e69f

Please sign in to comment.