Change to banner style

pull/12503/head
J. Ryan Stinnett 2020-02-25 12:05:36 +00:00
parent 420537a64d
commit bdb395aa41
1 changed files with 3 additions and 1 deletions

View File

@ -11,7 +11,9 @@ exports.default = async function(context) {
const userId = process.env.NOTARIZE_APPLE_ID;
if (userId === undefined) {
console.warn(
"Skipping notarisation: User ID not found, set NOTARIZE_APPLE_ID.",
"!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\n" +
"! Skipping notarisation: User ID not found, set NOTARIZE_APPLE_ID. !\n" +
"!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!",
);
return;
}