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

update for new linter rules

parent 220f7e7a
......@@ -2,7 +2,8 @@
"extends": "../../.eslintrc",
"rules": {
"@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": {
"browser": true,
......
......@@ -111,6 +111,7 @@ class VmDebuggerLogic {
}
})
} catch (error) {
console.log(error)
}
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