Commit a1149348 authored by Iuri Matias's avatar Iuri Matias Committed by Aniket

update for new linter rules

parent 220f7e7a
...@@ -2,7 +2,8 @@ ...@@ -2,7 +2,8 @@
"extends": "../../.eslintrc", "extends": "../../.eslintrc",
"rules": { "rules": {
"@typescript-eslint/no-var-requires": "off", "@typescript-eslint/no-var-requires": "off",
"@typescript-eslint/no-unused-vars": "off" "@typescript-eslint/no-unused-vars": "off",
"@typescript-eslint/no-this-alias": "off"
}, },
"env": { "env": {
"browser": true, "browser": true,
......
...@@ -111,6 +111,7 @@ class VmDebuggerLogic { ...@@ -111,6 +111,7 @@ class VmDebuggerLogic {
} }
}) })
} catch (error) { } catch (error) {
console.log(error)
} }
this._traceManager.getCurrentStep(index, (error, step) => { this._traceManager.getCurrentStep(index, (error, step) => {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment