diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-05-29 04:31:42 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-05-29 04:31:42 +0200 |
| commit | 1393e9effaa70947723e1da3f28d0cc4c36a67dd (patch) | |
| tree | eb47f3de893befee4df8c875d7a656eaf6a92d42 /app/relay/modules | |
| parent | b096af3c698bdefe80016088d2764e03649de9a6 (diff) | |
calling a command
Diffstat (limited to 'app/relay/modules')
| -rw-r--r-- | app/relay/modules/samplernn.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/relay/modules/samplernn.js b/app/relay/modules/samplernn.js index 93da566..01a3b82 100644 --- a/app/relay/modules/samplernn.js +++ b/app/relay/modules/samplernn.js @@ -7,6 +7,7 @@ const fetch = { type: 'perl', script: 'get.pl', params: (task) => { + console.log(task) return [ task.opt.url ] } } |
