mercury-engine 1.0.8 → 1.0.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/mercury.js +1 -1
- package/dist/mercury.min.es5.js +1 -1
- package/dist/mercury.min.js +1 -1
- package/package.json +1 -1
package/dist/mercury.js
CHANGED
|
@@ -17389,7 +17389,7 @@ class MercuryInterpreter {
|
|
|
17389
17389
|
|
|
17390
17390
|
// if silenced break out of everything
|
|
17391
17391
|
if (this.silenced){
|
|
17392
|
-
return;
|
|
17392
|
+
return this.parse;
|
|
17393
17393
|
}
|
|
17394
17394
|
|
|
17395
17395
|
// copy current sounds over to past
|