We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bb8676 commit b6e2278Copy full SHA for b6e2278
1 file changed
test/error.cc
@@ -51,7 +51,7 @@ void CatchAndRethrowError(const CallbackInfo& info) {
51
thrower({});
52
} catch (Error& e) {
53
e.Set("caught", Boolean::New(info.Env(), true));
54
- throw e;
+ throw;
55
}
56
57
@@ -68,7 +68,7 @@ void CatchAndRethrowErrorThatEscapesScope(const CallbackInfo& info) {
68
ThrowErrorThatEscapesScope(info);
69
70
71
72
73
74
0 commit comments