@deriverse/kit 1.0.19 → 1.0.20

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.
Files changed (2) hide show
  1. package/dist/index.js +3 -0
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -262,6 +262,9 @@ class Engine {
262
262
  let crncyTokenDec = 1;
263
263
  let logs = [];
264
264
  for (var log of data) {
265
+ if (log.startsWith("Program returned error")) {
266
+ return [];
267
+ }
265
268
  if (!log.startsWith("Program data: ")) {
266
269
  continue;
267
270
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@deriverse/kit",
3
- "version": "1.0.19",
3
+ "version": "1.0.20",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",