diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-06-04 01:14:32 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-06-04 01:14:32 +0200 |
| commit | a75c5412e6731d01c9753ec22eda156b66a3dc93 (patch) | |
| tree | 8f1ced633f8640337d8db460b337dde7929cf3cb /app/client/modules/samplernn/samplernn.actions.js | |
| parent | 5dece5cd3e1271b3af6efb5e0179a571ebdef4ef (diff) | |
woop woo
Diffstat (limited to 'app/client/modules/samplernn/samplernn.actions.js')
| -rw-r--r-- | app/client/modules/samplernn/samplernn.actions.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/client/modules/samplernn/samplernn.actions.js b/app/client/modules/samplernn/samplernn.actions.js index f0e835e..e6fd5b5 100644 --- a/app/client/modules/samplernn/samplernn.actions.js +++ b/app/client/modules/samplernn/samplernn.actions.js @@ -214,7 +214,7 @@ export const import_files = (state, datasetLookup) => (dispatch) => { default: break } - Promise.all(promises).then(data => { + return Promise.all(promises).then(data => { console.log(data) }).catch(e => { console.error(e) |
