Skip to content

Commit

Permalink
Allow __dirname and __filename
Browse files Browse the repository at this point in the history
  • Loading branch information
motet-a committed Feb 3, 2017
1 parent 78d63a0 commit b909664
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ module.exports = {
process: true,
console: true,
Promise: true,
__dirname: true,
__filename: true,

setInterval: true,
clearInterval: true,
Expand Down

0 comments on commit b909664

Please sign in to comment.