Skip to content

Commit 840f4b9

Browse files
committed
Runtime: bigstring_destroy_stub (part 2)
1 parent fadd073 commit 840f4b9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

runtime/bigstring.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ function bigstring_destroy_stub(v_bstr) {
2424

2525
// Mutate the original bigstring in-place, to simulate what the C version does
2626
Object.assign(v_bstr, destroyed_bigstring);
27+
28+
return 0;
2729
}
2830

2931
//Provides: bigstring_blit_bigstring_bytes_stub

0 commit comments

Comments
 (0)