Skip to content

Commit d993b35

Browse files
committed
fix
1 parent 1da5866 commit d993b35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runtime/sys.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ function caml_sys_const_backend_type () {
277277
//Provides: os_type
278278
var os_type = (globalThis.process &&
279279
globalThis.process.platform &&
280-
globalThis.process.platform == "win32") ? "Cygwin" : "Unix";
280+
globalThis.process.platform == "win32") ? "Win32" : "Unix";
281281

282282

283283
//Provides: caml_sys_get_config const

0 commit comments

Comments
 (0)