Skip to content

Commit

Permalink
fix: throw error when not found file in download model
Browse files Browse the repository at this point in the history
  • Loading branch information
marknguyen1302 authored Jul 9, 2024
1 parent 07cf2ff commit f13dfa6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cortex-js/src/usecases/models/models.usecases.ts
Original file line number Diff line number Diff line change
Expand Up @@ -356,6 +356,7 @@ export class ModelsUsecases {
},
};
this.eventEmitter.emit('model.event', modelEvent);
throw e;
}
}

Expand Down

0 comments on commit f13dfa6

Please sign in to comment.