Should return empty function
This commit is contained in:
@@ -69,7 +69,7 @@ class Chain
|
||||
{
|
||||
Dragonfly.Info( "MultiChain " + name + ": length is zero, directly running handler" );
|
||||
handler.apply( undefined, [] );
|
||||
return;
|
||||
return () => {};
|
||||
}
|
||||
|
||||
var _self = this;
|
||||
|
Reference in New Issue
Block a user