pinokiod 3.15.9 → 3.15.10

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.
@@ -720,7 +720,8 @@ class Bin {
720
720
  if (this.kernel.shell) {
721
721
  this.kernel.shell.reset()
722
722
  }
723
- await this.init()
723
+
724
+ // await this.init()
724
725
  }
725
726
  async check_installed(r, dependencies) {
726
727
  if (Array.isArray(r.name)) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pinokiod",
3
- "version": "3.15.9",
3
+ "version": "3.15.10",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {