pinokiod 3.19.7 → 3.19.10

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.19.7",
3
+ "version": "3.19.10",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -798,6 +798,8 @@ if (document.querySelector("form input[type=search]")) {
798
798
  // if launch_complete is false => not finished launching. wait until it's complete, and then refresh
799
799
  // autolaunch display update
800
800
  <% if (!launch_complete) { %>
801
+ debugger
802
+ let c = confirm("OK")
801
803
  let interval = setInterval(async () => {
802
804
  let res = await fetch("/pinokio/info").then((res) => {
803
805
  return res.json()