aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xupdater/main.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/updater/main.js b/updater/main.js
index e3d59e6..16f4aff 100755
--- a/updater/main.js
+++ b/updater/main.js
@@ -45,6 +45,7 @@ app.whenReady().then(() => {
let percent = 0;
let data = (d) => {
+ console.log(d);
let lines = d.trim().split("\n");
let line = lines[lines.length - 1];
@@ -75,6 +76,7 @@ app.whenReady().then(() => {
let percent = 0;
let data = (d) => {
+ console.log(d);
let lines = d.trim().split("\n");
let line = lines[lines.length - 1];