We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c19d6ba commit 62c8044Copy full SHA for 62c8044
README.md
@@ -202,7 +202,8 @@ jobs:
202
const scriptPath = path.resolve('./path/to/script.js')
203
console.log(require(scriptPath)({context}))
204
```
205
-_(Note that the script path given to `require()` must be an absolute path in this case.)_
+
206
+*(Note that the script path given to `require()` must be an absolute path in this case, hence the call to `path.resolve()`.)*
207
208
And then export a function from your module:
209
0 commit comments