mirror of
https://github.com/actions/github-script.git
synced 2025-12-25 23:23:07 +00:00
Pass nativeRequire, as well
This commit is contained in:
@@ -13,6 +13,7 @@ type AsyncFunctionArguments = {
|
||||
glob: typeof glob
|
||||
io: typeof io
|
||||
require: NodeRequire
|
||||
nativeRequire: NodeRequire
|
||||
}
|
||||
|
||||
export function callAsyncFunction<T>(
|
||||
|
||||
Reference in New Issue
Block a user