Skip to content

Commit

Permalink
Update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
xenova authored Sep 3, 2024
1 parent 0f3dd77 commit 8903114
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/env.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const PATH_AVAILABLE = !isEmpty(path); // check if path is available

const RUNNING_LOCALLY = FS_AVAILABLE && PATH_AVAILABLE;

// __dirname is reserved so we go with dirname__ instead.
// __dirname is reserved so we use dirname__ instead.
const dirname__ = RUNNING_LOCALLY
? path.dirname(path.dirname(url.fileURLToPath(import.meta.url)))
: './';
Expand Down

0 comments on commit 8903114

Please sign in to comment.