diff --git a/wire.js b/wire.js index 350aaba..5e100a7 100755 --- a/wire.js +++ b/wire.js @@ -229,7 +229,7 @@ if(this.flag & 1) { schedule((()=>{ - this.effects.map(e => e.f()); + this.effects.forEach(e => e.f()); })); } this.flag = this.flag ^ 16;