Skip to content

Commit

Permalink
fix downloadWatcher
Browse files Browse the repository at this point in the history
  • Loading branch information
fasterthanlime committed Jun 17, 2016
1 parent 3f494dd commit a3c3a55
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion appsrc/reactors/tasks/download-watcher.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ async function updateDownloadState (store) {
}
}

export async function startDownloadWatcher (store) {
async function startDownloadWatcher (store) {
// FIXME not ready
while (true && false) {
try {
Expand All @@ -42,3 +42,5 @@ export async function startDownloadWatcher (store) {
}
}
}

export default {startDownloadWatcher}

0 comments on commit a3c3a55

Please sign in to comment.