Skip to content

Commit

Permalink
Refactor error reporting
Browse files Browse the repository at this point in the history
This improves management when the stack generation is already overridden

Internally it improves code management by reducing the try/catch
repeats
  • Loading branch information
HookyQR committed Jun 2, 2020
1 parent 4c228a6 commit b786002
Show file tree
Hide file tree
Showing 14 changed files with 939 additions and 93 deletions.
3 changes: 2 additions & 1 deletion .vscode/launch.json
Expand Up @@ -11,7 +11,8 @@
"cwd": "${workspaceRoot}",
"program": "${workspaceRoot}/node_modules/.bin/jsspec",
"args": [
"spec/ltsr.spec.js:139"
"-r",
"spec/spec_helper.js"
],
"stopOnEntry": false,
}
Expand Down

0 comments on commit b786002

Please sign in to comment.