print "platform" on console
Massimo Melina committed
Oct 23, 2023 at 11:03 UTC
b5254e6602ec19f243fbb86f70c4ce6dcb868450
1 file changed
+1
src/const.ts
+1
@@ -44,4 +44,5 @@ else if (!winExe) { // still considering whether to use this behavior with Windo
44
}
45
console.log('cwd', process.cwd())
46
console.log('node', process.version)
47
+console.log('platform', process.platform)
48
console.log('pid', process.pid)