Closed IanTrudel closed 7 years ago
One question in the javascript is
if (installer.value("os") === "win")
Is that how js compares things?
JavaScript ===
is used for strict equal where it also ensures the objects both sides are of the same type. Then ==
would be an abstract equal where type conversion may be applied. Excerpt from https://www.impressivewebs.com/why-use-triple-equals-javascipt/ 👍
console.log(99 == "99"); // true
console.log(0 == false); // true
console.log(99 === "99"); // false
console.log(0 === false); // false
PATH
but may need a rebootcom.shoesrb.shoes/data
directory (can't usemsys2
orpkg
anymore)Advantages in the future: