This commit is contained in:
surunzi
2016-05-16 16:25:03 +08:00
parent 62c8b6acf5
commit dac777b891
6 changed files with 65 additions and 12 deletions

View File

@@ -143,7 +143,7 @@ export default class Console extends Tool
{
if (log.type === 'error' && this.config.get('displayIfErr'))
{
parent.show().showTool('console');
parent.showTool('console').show();
}
});
}