Skip to content

Commit

Permalink
Local/Cloud flag (#405)
Browse files Browse the repository at this point in the history
  • Loading branch information
guerrerocarlos authored and DeviaVir committed Jan 7, 2018
1 parent 3b11183 commit 988ab82
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ event_sources.json and ${program.eventFile} files as needed.`)
if (Array.isArray(event) && enableRunMultipleEvents === true) {
return this._runMultipleHandlers(event)
}
context.local = true
this._runHandler(handler, event, program, context)
}

Expand Down

0 comments on commit 988ab82

Please sign in to comment.