Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2f74d1e

Browse files
authored
chore: expose module to userscript (#1)
1 parent 3f92623 commit 2f74d1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ async function main(): Promise<void> {
2828

2929
// Using property/value shorthand on `require` (e.g. `{require}`) causes compilation errors.
3030
const result = await callAsyncFunction(
31-
{require: require, github, context, core, io},
31+
{require: require, module: module, github, context, core, io},
3232
script
3333
)
3434

0 commit comments

Comments
 (0)