Skip to content

Commit 7fc24a9

Browse files
committed
[js] Remove dead code
1 parent 73f415c commit 7fc24a9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/vm/js/nqp-runtime/ctx.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,6 @@ class Ctx extends NQPObject {
160160
/*async*/ propagateException(exception) {
161161
if (exception.$$category) {
162162
return this.propagateControlException(exception);
163-
return;
164163
}
165164

166165
let ctx = this;

0 commit comments

Comments
 (0)