Skip to content

Commit

Permalink
Push executeNotificationCommand if exception caught outside of normal…
Browse files Browse the repository at this point in the history
… execution
  • Loading branch information
Iain Dooley committed Aug 31, 2020
1 parent 28d7cf1 commit 3c23471
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Supporting.js
Original file line number Diff line number Diff line change
Expand Up @@ -690,6 +690,8 @@ function executeNotificationCommand_(notifData)
execution_lock.releaseLock();
writeInfo_("Executing Notification Command " + error);
writeInfo_("Executing Notification Command Stack " + error["stack"]);
var funcObj = { "functionName" : "executeNotificationCommand_", "parameters" : notifData};
push(new Date(), funcObj);
return successFlag;
}

Expand Down

0 comments on commit 3c23471

Please sign in to comment.