mirror of
https://github.com/embarklabs/embark.git
synced 2025-01-11 14:24:24 +00:00
Use error logger
This commit is contained in:
parent
b41bcbbe17
commit
16c870ac34
@ -10,7 +10,7 @@ class RunCode {
|
||||
try {
|
||||
return vm.runInNewContext(code, this.context);
|
||||
} catch(e) {
|
||||
this.logger.trace(e.message);
|
||||
this.logger.error(e.message);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user