mirror of
https://github.com/logsol/chuck.js.git
synced 2026-05-11 10:37:34 +00:00
fixes #112 finished recorder
This commit is contained in:
parent
dfa71bc8e5
commit
c88afc8b4c
11 changed files with 275 additions and 1765 deletions
|
|
@ -204,7 +204,7 @@ function (Exception) {
|
|||
this.validate(topic);
|
||||
|
||||
if (!this.topics[topic]) {
|
||||
console.warn("No such topic " + topic + ". Could not trigger. arguments: " + arguments.join);
|
||||
//console.warn("No such topic " + topic + ". Could not trigger. arguments: " + arguments.join);
|
||||
}
|
||||
|
||||
var args = Array.prototype.slice.call(arguments, 1);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue