We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3df51d commit f49a310Copy full SHA for f49a310
src/alcotest/runtime.js
@@ -23,7 +23,7 @@ function alcotest_after_test (vstdout, vstderr){
23
24
//Provides: ocaml_alcotest_get_terminal_dimensions
25
function ocaml_alcotest_get_terminal_dimensions(unit) {
26
- var p = joo_global_object.process
+ var p = globalThis.process
27
if(p && p.stdout && p.stdout.columns && p.stdout.rows) {
28
return [0, [0, p.stdout.rows, p.stdout.columns]];
29
}
0 commit comments