pinokiod 3.242.0 → 3.250.0

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/server/index.js +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pinokiod",
3
- "version": "3.242.0",
3
+ "version": "3.250.0",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
package/server/index.js CHANGED
@@ -167,7 +167,7 @@ class Server {
167
167
  console.error('Failed to reset shells', error)
168
168
  }
169
169
  }
170
- this.killTrackedProcesses()
170
+ // this.killTrackedProcesses()
171
171
  if (this.kernel && this.kernel.processes && this.kernel.processes.caddy_pid) {
172
172
  this.killProcessTree(this.kernel.processes.caddy_pid, 'kill caddy')
173
173
  }