summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaindropsSys <contact@minteck.org>2023-07-01 13:03:50 +0200
committerRaindropsSys <contact@minteck.org>2023-07-01 13:03:50 +0200
commit893fa41dcac78e35c9fafd60599db4ccb2adbbbd (patch)
treecb90f01571ef5e3b342069b418d6360ce8f693b6
parent4fdf74f2539d76ca4fb14e89f2e0a28f668d43fa (diff)
downloadkirinos-893fa41dcac78e35c9fafd60599db4ccb2adbbbd.tar.gz
kirinos-893fa41dcac78e35c9fafd60599db4ccb2adbbbd.tar.bz2
kirinos-893fa41dcac78e35c9fafd60599db4ccb2adbbbd.zip
Updated core/desktop/index.html (automated)
-rw-r--r--core/desktop/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/desktop/index.html b/core/desktop/index.html
index 5a2111f..21d1eb9 100644
--- a/core/desktop/index.html
+++ b/core/desktop/index.html
@@ -352,7 +352,7 @@
function startApp(file) {
let name = path.basename(file, path.extname(file));
-
+
try {
let config = JSON.parse(fs.readFileSync(file + "/app.json").toString());
if (!fs.existsSync(file + "/index.html")) throw new Error("No index.html found");