Skip to content
This repository has been archived by the owner on Dec 28, 2022. It is now read-only.

Commit

Permalink
don't emit errors on the proxy - for now (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
hobbyquaker committed Mar 27, 2019
1 parent 4583fce commit cc4e773
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nodes/shepherd.js
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ module.exports = function (RED) {

errorHandler(error) {
this.error(error);
this.proxy.emit('error', error);
//this.proxy.emit('error', error);
}

indHandler(msg) {
Expand Down

0 comments on commit cc4e773

Please sign in to comment.