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 /public/bundle.js | |
| parent | 5dece5cd3e1271b3af6efb5e0179a571ebdef4ef (diff) | |
woop woo
Diffstat (limited to 'public/bundle.js')
| -rw-r--r-- | public/bundle.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/bundle.js b/public/bundle.js index dbb9232..d14c541 100644 --- a/public/bundle.js +++ b/public/bundle.js @@ -4874,7 +4874,7 @@ var import_files = exports.import_files = function import_files(state, datasetLo default: break; } - Promise.all(promises).then(function (data) { + return Promise.all(promises).then(function (data) { console.log(data); }).catch(function (e) { console.error(e); |
