diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-06-02 16:12:43 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-06-02 16:12:43 +0200 |
| commit | f1cee5b8b9540b26ca87e0df73b0705ffbad9025 (patch) | |
| tree | b5b8bf165febd89ebc35f83e5a9a5b4323a82739 /app/client | |
| parent | 5572f16800fee6200e0f7aa32452ac5f80be7431 (diff) | |
whmmm
Diffstat (limited to 'app/client')
| -rw-r--r-- | app/client/modules/samplernn/samplernn.actions.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/client/modules/samplernn/samplernn.actions.js b/app/client/modules/samplernn/samplernn.actions.js index b9789c7..ced4ad5 100644 --- a/app/client/modules/samplernn/samplernn.actions.js +++ b/app/client/modules/samplernn/samplernn.actions.js @@ -99,6 +99,8 @@ export const load_directories = () => (dispatch) => { type: types.samplernn.set_folder, folder: folders[0].name, }) + }).catch(e => { + console.error(e) }) } |
