Skip to content

Commit c15141f

Browse files
committed
push_error_object is undefined
beside it's not implemented we don't need to push an error object as it's already on top of the duktape stack
1 parent f8a669a commit c15141f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/JavaScript/Duktape.pm

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -540,7 +540,6 @@ sub push_c_function {
540540
}, $top, 1);
541541

542542
if ($died){
543-
$self->push_error_object(100, $died);
544543
croak $died;
545544
}
546545

0 commit comments

Comments
 (0)