File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -7,13 +7,13 @@ import Effect (Effect)
7
7
-- | The name of the directory that the currently executing script resides in.
8
8
-- |
9
9
-- | 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`!
11
11
foreign import __dirname :: String
12
12
13
13
-- | The absolute path of the code file being executed.
14
14
-- |
15
15
-- | 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`!
17
17
foreign import __filename :: String
18
18
19
19
-- | Just calls `require`. You might also consider using the FFI instead. This
You can’t perform that action at this time.
0 commit comments