We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1da5866 commit d993b35Copy full SHA for d993b35
runtime/sys.js
@@ -277,7 +277,7 @@ function caml_sys_const_backend_type () {
277
//Provides: os_type
278
var os_type = (globalThis.process &&
279
globalThis.process.platform &&
280
- globalThis.process.platform == "win32") ? "Cygwin" : "Unix";
+ globalThis.process.platform == "win32") ? "Win32" : "Unix";
281
282
283
//Provides: caml_sys_get_config const
0 commit comments