Skip to content

Commit 4b35cd5

Browse files
authored
Add missing change from PR#937 (#939)
1 parent f62feaf commit 4b35cd5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

convert/convertMedia.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ export class ConvertMedia extends Task {
175175
await sharp(androidIcon)
176176
.resize(180, 180)
177177
.toFile(path.join('src', 'gen-assets', 'icons', 'apple-touch-icon.png'));
178-
} else if (verbose) {
178+
} else {
179179
throw new Error('No Android icon found to generate apple-touch-icon.png');
180180
}
181181
}

0 commit comments

Comments
 (0)