diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-06-22 14:28:34 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-06-22 14:28:34 +0200 |
| commit | 927336e1d767bb2d8cceb3e31f1e35bcc8414452 (patch) | |
| tree | 6691bb944df2f58b3430498d2e157ad020fe5230 /app/relay/runner.js | |
| parent | 2925f4043d51fcfd7ef9c139d9205c7f813e7af4 (diff) | |
runnnerrrrrr
Diffstat (limited to 'app/relay/runner.js')
| -rw-r--r-- | app/relay/runner.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/relay/runner.js b/app/relay/runner.js index 6bd33af..d7623c1 100644 --- a/app/relay/runner.js +++ b/app/relay/runner.js @@ -394,6 +394,7 @@ export function run_task_with_activity(task, module, activity, preempt=false, wa }) function finish(task_res){ + console.log('emit task_res', task_res) remote.emit('task_res', task_res) clear_task(interpreter.gpu, task_res.task) set_connected(false) |
