inxilpro / node-app-root-path

Determine the root path to your project
MIT License
605 stars 29 forks source link

fix: Added check if require.main is set #53

Closed Pouja closed 2 years ago

Pouja commented 2 years ago

When using commonjs2 then require.main is undefined.

Closes #52

inxilpro commented 2 years ago

Amazing! Thank you for this.