File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -7,13 +7,13 @@ import Effect (Effect)
77-- | The name of the directory that the currently executing script resides in.
88-- |
99-- | Note that this will probably not give you a very useful answer unless you
10- -- | have bundled up your PureScript code using `psc- bundle`!
10+ -- | have bundled up your PureScript code using `purs bundle`!
1111foreign import __dirname :: String
1212
1313-- | The absolute path of the code file being executed.
1414-- |
1515-- | Note that this will probably not give you a very useful answer unless you
16- -- | have bundled up your PureScript code using `psc- bundle`!
16+ -- | have bundled up your PureScript code using `purs bundle`!
1717foreign import __filename :: String
1818
1919-- | Just calls `require`. You might also consider using the FFI instead. This
You can’t perform that action at this time.
0 commit comments