Skip to content

Commit ee8dcf1

Browse files
committed
Fix rewatch test
1 parent 79a872d commit ee8dcf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rewatch/testrepo/packages/dep02/src/Array.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ function drop(t, i) {
264264
}
265265

266266
function unsafePop(prim) {
267-
return Primitive_option.fromUndefined(prim.pop());
267+
return prim.pop();
268268
}
269269

270270
function sum(xs) {

0 commit comments

Comments
 (0)