Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewprivate committed Aug 28, 2024
1 parent 7bdaf2b commit 7767e71
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions web/src/ui/Controller.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,7 @@ export class Controller {

console.log(`Extracted ${images.length} images.`);

return;
// Find stitch_config.json
const config_file = this.entries.find(entry => entry.name === "stitch_config.json");
if (!config_file) {
Expand Down

0 comments on commit 7767e71

Please sign in to comment.