@wixc3/engine-core
Advanced tools
Comparing version 3.1.0 to 3.1.3
@@ -172,3 +172,3 @@ "use strict"; | ||
if (env.id !== this.rootEnvId) { | ||
this.forwardMessage(message, env); | ||
await this.forwardMessage(message, env); | ||
return; | ||
@@ -175,0 +175,0 @@ } |
{ | ||
"name": "@wixc3/engine-core", | ||
"version": "3.1.0", | ||
"version": "3.1.3", | ||
"main": "cjs/index.js", | ||
@@ -5,0 +5,0 @@ "types": "cjs/index.d.ts", |
@@ -221,3 +221,3 @@ import { | ||
if (env.id !== this.rootEnvId) { | ||
this.forwardMessage(message, env); | ||
await this.forwardMessage(message, env); | ||
return; | ||
@@ -224,0 +224,0 @@ } |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
249018