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 3b11183 commit 988ab82Copy full SHA for 988ab82
lib/main.js
@@ -77,6 +77,7 @@ event_sources.json and ${program.eventFile} files as needed.`)
77
if (Array.isArray(event) && enableRunMultipleEvents === true) {
78
return this._runMultipleHandlers(event)
79
}
80
+ context.local = true
81
this._runHandler(handler, event, program, context)
82
83
0 commit comments