Skip to content
This repository was archived by the owner on Jul 4, 2025. It is now read-only.

Commit f13dfa6

Browse files
fix: throw error when not found file in download model
1 parent 07cf2ff commit f13dfa6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cortex-js/src/usecases/models/models.usecases.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -356,6 +356,7 @@ export class ModelsUsecases {
356356
},
357357
};
358358
this.eventEmitter.emit('model.event', modelEvent);
359+
throw e;
359360
}
360361
}
361362

0 commit comments

Comments
 (0)