Skip to content

Commit

Permalink
add deeper logging for install request
Browse files Browse the repository at this point in the history
  • Loading branch information
Gkiokan committed Jan 3, 2022
1 parent 5d4c7a0 commit dff236f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/renderer/pages/Index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ export default {
return this.resume(file)
}
console.log(file.name + ' start installing')
this.log(file.name + ' prepare start installing', {})
this.clearInterval(file)
Expand All @@ -213,6 +213,7 @@ export default {
}
else {
console.log(file.name + " error on install", data)
this.log(file.name + " error on install", data)
// 2157510677 error on double install?
// 2157510663 already installed?
// 2157510681 task doesn't exist
Expand Down

0 comments on commit dff236f

Please sign in to comment.