pinokiod 3.15.24 → 3.15.26

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/procs.js +1 -1
  2. package/package.json +1 -1
package/kernel/procs.js CHANGED
@@ -141,7 +141,7 @@ class Procs {
141
141
  }
142
142
  getPortPidList(cb) {
143
143
  const cmd = isWin ? 'netstat -ano -p tcp' : 'lsof -nP -iTCP -sTCP:LISTEN';
144
- /*
144
+ /*
145
145
  // if (this.portPidList) {
146
146
  // cb(this.portPidList)
147
147
  // return
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pinokiod",
3
- "version": "3.15.24",
3
+ "version": "3.15.26",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {