Skip to content

Commit 7a40390

Browse files
committed
Runtime/wasm: typo
1 parent ebb9e48 commit 7a40390

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runtime/wasm/runtime.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,7 @@
396396
return caml_alloc_times(t.user / 1e6, t.system / 1e6);
397397
} else {
398398
var t = performance.now() / 1000;
399-
return call_alloc_times(t, t);
399+
return caml_alloc_times(t, t);
400400
}
401401
},
402402
gmtime: (t) => {

0 commit comments

Comments
 (0)