Skip to content

Commit

Permalink
Merge branch 'unarchiver' of github.com:itchio/itch into unarchiver
Browse files Browse the repository at this point in the history
  • Loading branch information
fasterthanlime committed Jul 26, 2016
2 parents 87d92bd + f035138 commit 5961a47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appsrc/tasks/uninstall.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,5 @@ export default async function start (out, opts) {
}

log(opts, `Imploding ${destPath}`)
globalMarket.deleteEntity('caves', cave.id)
await globalMarket.deleteEntity('caves', cave.id, {wait: true})
}

0 comments on commit 5961a47

Please sign in to comment.