webext-messenger
Advanced tools
Comparing version 0.22.0-3 to 0.22.0-4
@@ -47,3 +47,3 @@ import { errorConstructors } from "serialize-error"; | ||
return function (...arguments_) { | ||
if (called) { | ||
if (!called) { | ||
returnValue = function_.apply(this, arguments_); | ||
@@ -50,0 +50,0 @@ called = true; |
{ | ||
"name": "webext-messenger", | ||
"version": "0.22.0-3", | ||
"version": "0.22.0-4", | ||
"description": "Browser Extension component messaging framework", | ||
@@ -5,0 +5,0 @@ "keywords": [], |
26973