Skip to content

Commit cc8f4b7

Browse files
author
Ives van Hoorne
committed
Fix dependency fetching failure handling
1 parent 125919c commit cc8f4b7

File tree

1 file changed

+2
-0
lines changed
  • src/app/store/entities/sandboxes/bundler

1 file changed

+2
-0
lines changed

src/app/store/entities/sandboxes/bundler/index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,8 @@ export default function fetch(
8080
} catch (e) {
8181
logError(e, { level: 'error', service: 'packager' });
8282
dispatch({ type: actions.FAILURE, id });
83+
84+
throw e;
8385
}
8486
}
8587
return false;

0 commit comments

Comments
 (0)