bruce-models 1.0.8 → 1.1.0

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.
@@ -1915,7 +1915,7 @@ var Calculator;
1915
1915
  let suppress = false;
1916
1916
  if (e && typeof e == "object") {
1917
1917
  const msg = e.message;
1918
- suppress = !!msg && msg.includes("Unexpected end");
1918
+ suppress = !!msg && (msg.includes("Unexpected end") || msg.includes("got end of script"));
1919
1919
  }
1920
1920
  if (!suppress) {
1921
1921
  console.error(e);