Skip to content

Commit 07179dc

Browse files
committed
Make sure output of event function is set
1 parent 1730698 commit 07179dc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/default.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -963,6 +963,7 @@
963963
);
964964
return callback();
965965
}
966+
event = eventOutput;
966967
}
967968
} catch (error) {
968969
warnInFunction(eventFunctionName, error);

0 commit comments

Comments
 (0)