summaryrefslogtreecommitdiff
path: root/app/relay/runner.js
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2018-06-04 03:52:59 +0200
committerJules Laplace <julescarbon@gmail.com>2018-06-04 03:52:59 +0200
commit57726902fe70f6c051c20f7104a9b78687c15479 (patch)
tree50e70dc944f96f5466b785a70ed330bb647368d0 /app/relay/runner.js
parent94f083788d58bccb09f775ef731827d29d719d43 (diff)
progress barz
Diffstat (limited to 'app/relay/runner.js')
-rw-r--r--app/relay/runner.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/relay/runner.js b/app/relay/runner.js
index 4762045..811dff3 100644
--- a/app/relay/runner.js
+++ b/app/relay/runner.js
@@ -277,7 +277,7 @@ export function run_task_with_activity(task, module, activity, preempt, watch) {
}
}
-export function get_next_task(){
+export function run_next_task(){
// get next task from the queue...
/*
const task = queue.get_next_task()