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 63913e3 commit e0952f8Copy full SHA for e0952f8
vm.js
@@ -31,7 +31,7 @@ Object.extend(Squeak,
31
vmFile: "vm.js",
32
vmMakerVersion: "[VMMakerJS-bf.17 VMMaker-bf.353]", // for Smalltalk vmVMMakerVersion
33
vmInterpreterVersion: "JSInterpreter VMMaker.js-codefrau.1", // for Smalltalk interpreterVMMakerVersion
34
- platformName: "unix", // Emulate a unix-like system
+ platformName: "JS",
35
platformSubtype: "unknown", // Replace at runtime
36
osVersion: "unknown", // Replace at runtime
37
windowSystem: "unknown", // Replace at runtime
0 commit comments