pinokiod 3.17.8 → 3.17.9

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pinokiod",
3
- "version": "3.17.8",
3
+ "version": "3.17.9",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -257,7 +257,7 @@ document.addEventListener("DOMContentLoaded", async () => {
257
257
  shell_id = packet.data.id
258
258
  }
259
259
  term.write(packet.data.raw)
260
- } else if (packet.data.type === "shell.kill") {
260
+ } else if (packet.type === "shell.kill") {
261
261
  socket.close()
262
262
  } else if (packet.type === "result") {
263
263
  resolve()