pinokiod 3.19.47 → 3.19.48

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 +1 -1
  2. package/package.json +1 -1
package/kernel/shell.js CHANGED
@@ -727,7 +727,7 @@ class Shell {
727
727
  timeout = 'C:\\Windows\\System32\\timeout /t 1 > nul'
728
728
  } else {
729
729
  //timeout = "sleep '1'"
730
- timeout = 'read -t 1 <<< ""'
730
+ timeout = 'read -t 1 < /dev/zero'
731
731
  }
732
732
 
733
733
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pinokiod",
3
- "version": "3.19.47",
3
+ "version": "3.19.48",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {