pinokiod 3.19.21 → 3.19.22

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/kernel/shell.js +2 -0
  2. package/package.json +1 -1
package/kernel/shell.js CHANGED
@@ -251,6 +251,8 @@ class Shell {
251
251
 
252
252
  this.ondata({ raw: `\r\n████\r\n██ Starting Shell ${this.id}\r\n` })
253
253
 
254
+ console.log("SHELL PARAMS", params)
255
+
254
256
 
255
257
  this.start_time = Date.now()
256
258
  this.params = params
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pinokiod",
3
- "version": "3.19.21",
3
+ "version": "3.19.22",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {