-
-
Notifications
You must be signed in to change notification settings - Fork 12
Closed
Description
❯ node --version
v7.4.0
❯ node -pe 'os.tmpdir()'
/var/folders/_6/p8qxp_3n62zg9081tvb0lcc80000gn/T
❯ node -pe 'fs.realpathSync(os.tmpdir())'
/private/var/folders/_6/p8qxp_3n62zg9081tvb0lcc80000gn/T
When writing a Node.js module using temp-write, __filename inside that module is different than the file path that is returned by temp-write.
Using macOS Sierra 10.12.3.
Metadata
Metadata
Assignees
Labels
No labels