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