From 7840323f568843ee04aa6b41006334ce68831f3f Mon Sep 17 00:00:00 2001 From: Carlos Guerrero Date: Sun, 7 Jan 2018 17:34:49 +0200 Subject: [PATCH] Local/Cloud flag --- lib/main.js | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/main.js b/lib/main.js index a337553a..3be2aaaf 100644 --- a/lib/main.js +++ b/lib/main.js @@ -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) }