Skip to content

Commit

Permalink
fixed #188
Browse files Browse the repository at this point in the history
  • Loading branch information
bjouhier committed Dec 26, 2013
1 parent b6b81da commit c34e5a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/callbacks/runtime.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
} else {
// detect extra callback.
// The offset/col test is necessary because __cb is also used by loops and called multiple times then.
if (___.dispatched && (offset || col)) throw new Error("callback called twice");
//if (___.dispatched && (offset || col)) throw new Error("callback called twice");
___.dispatched = true;
if (err) {
__setEF(err, frame);
Expand Down

0 comments on commit c34e5a8

Please sign in to comment.