From 8f701d803ceddc315d1430a963aa20870cd32368 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADtor=20Galv=C3=A3o?= Date: Sun, 22 Mar 2020 01:35:39 +0000 Subject: [PATCH] find-appcast: provide contents on not-parse electron-builder appcast --- developer/bin/find-appcast | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/developer/bin/find-appcast b/developer/bin/find-appcast index ba6645a2e0..b42c99774f 100755 --- a/developer/bin/find-appcast +++ b/developer/bin/find-appcast @@ -65,8 +65,15 @@ def find_electron_builder(app) ] unless verify_appcast('electron-builder', *possible_appcasts) - puts ' An "app-update.yml" file was found, but we could not parse it.' - puts ' Please report this on https://github.com/Homebrew/homebrew-cask/' + warn <<~MESSAGE + + An "app-update.yml" file was found, but we could not parse it. + Please report this on https://github.com/Homebrew/homebrew-cask/ + Provide this info: + + MESSAGE + + puts appcast_file.read end end