Experience-Monks / devtool

[OBSOLETE] runs Node.js programs through Chromium DevTools
MIT License
3.77k stars 150 forks source link

Support `!module.parent` #28

Closed mattdesl closed 8 years ago

mattdesl commented 8 years ago

This code is a common alternative to the require.main check for whether a module is being run directly:

if (!module.parent) console.log("Run as app!")
mattdesl commented 8 years ago

fixed in 1.7.0