mozilla / positron

a experimental, Electron-compatible runtime on top of Gecko
Other
564 stars 64 forks source link

implement process.platform #8

Closed mykmelez closed 8 years ago

mykmelez commented 8 years ago

The "hello world" app checks process.platform to determine whether or not to quit the app after all windows have closed (it keeps the app running on Mac; quits otherwise), so we should implement it.