Comparing version 0.1.62 to 0.1.63
{ | ||
"name": "webdetta", | ||
"version": "0.1.62", | ||
"version": "0.1.63", | ||
"author": "Fedot Kriutchenko <fodyadev@gmail.com>", | ||
@@ -5,0 +5,0 @@ "description": "", |
@@ -12,5 +12,5 @@ import { Context } from '../common/context.js'; | ||
const postponed = () => trigger(...args); | ||
(handler.sideEffects ??= []).push(postponed); | ||
handler.sideEffects.push(postponed); | ||
return; | ||
} | ||
if (handler) return; | ||
@@ -17,0 +17,0 @@ const currList = list; |
138639