entodicton 9.6.3-beta.21 → 9.6.3-beta.23

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/package.json +1 -1
  2. package/src/semantics.js +1 -0
package/package.json CHANGED
@@ -73,6 +73,6 @@
73
73
  "scriptjs": "^2.5.9",
74
74
  "uuid": "^8.3.2"
75
75
  },
76
- "version": "9.6.3-beta.21",
76
+ "version": "9.6.3-beta.23",
77
77
  "license": "UNLICENSED"
78
78
  }
package/src/semantics.js CHANGED
@@ -206,6 +206,7 @@ class Semantics {
206
206
  }
207
207
  args._continue = _continue
208
208
  if (process.env.TPMKMS_TRACE) {
209
+ console.error(semantic.toLabel())
209
210
  console.error(semantic.toString())
210
211
  }
211
212
  contextPrime = await semantic.apply(args, context, s, options)