mirror of
https://github.com/node-red/node-red.git
synced 2025-12-27 07:31:07 +01:00
Fixe a typo in the variable name
This commit is contained in:
@@ -120,8 +120,8 @@ RED.comms = (function() {
|
||||
subscribers[i](msg.topic,msg.data);
|
||||
} catch (error) {
|
||||
// need to decide what to do with this uncaught error
|
||||
console.warn('Uncaught error from RED.comms.subscribe: ' + err.toString())
|
||||
console.warn(err)
|
||||
console.warn('Uncaught error from RED.comms.subscribe: ' + error.toString())
|
||||
console.warn(error)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user