wiki-plugin-mech 0.1.14 → 0.1.15

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/client/mech.js +1 -1
  2. package/package.json +1 -1
package/client/mech.js CHANGED
@@ -473,7 +473,7 @@
473
473
  return new Promise(resolve => {
474
474
  if(body)
475
475
  run(body,state)
476
- .then(result => if(state.debug) console.log(command,'children', result))
476
+ .then(result => {if(state.debug) console.log(command,'children', result)})
477
477
  elem.innerHTML = command + ` ⇒ ${count} remain`
478
478
  let clock = setInterval(()=> {
479
479
  if(--count > 0)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wiki-plugin-mech",
3
- "version": "0.1.14",
3
+ "version": "0.1.15",
4
4
  "description": "Federated Wiki - Mechanism Scripting Plugin",
5
5
  "keywords": [
6
6
  "mech",