Skip to content

Commit 125aae3

Browse files
committedSep 29, 2019
1 parent ce0c629 commit 125aae3

File tree

3 files changed

+84
-208
lines changed

3 files changed

+84
-208
lines changed
 

‎package-lock.json

+78-207
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"ink"
1717
],
1818
"dependencies": {
19-
"async-hook-domain": "^1.1.0",
19+
"async-hook-domain": "^1.1.1",
2020
"bind-obj-methods": "^2.0.0",
2121
"browser-process-hrtime": "^1.0.0",
2222
"capture-stack-trace": "^1.0.0",

‎tap-snapshots/test-tap-throw-unpatched-nonerror.js-TAP.test.js

+5
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@ Object {
1414

1515
exports[`test/tap/throw-unpatched-nonerror.js TAP > stderr 1`] = `
1616
17+
{CWD}/test/tap/throw-unpatched-nonerror.js:2
18+
throw 'not yet patched'
19+
^
20+
not yet patched
21+
1722
`
1823

1924
exports[`test/tap/throw-unpatched-nonerror.js TAP > stdout 1`] = `

0 commit comments

Comments
 (0)
Please sign in to comment.