We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4051423 commit 6f409d8Copy full SHA for 6f409d8
src/Commands/PWACommand.php
@@ -40,6 +40,7 @@ public function handle(): void
40
41
if (empty($manifest['icons'])) {
42
$this->error('⚠️ Manifest is missing icons. Operation aborted.');
43
+
44
return;
45
}
46
0 commit comments