mirror of
https://github.com/element-hq/element-web
synced 2024-11-26 03:05:51 +03:00
Change to banner style
This commit is contained in:
parent
420537a64d
commit
bdb395aa41
1 changed files with 3 additions and 1 deletions
|
@ -11,7 +11,9 @@ exports.default = async function(context) {
|
||||||
const userId = process.env.NOTARIZE_APPLE_ID;
|
const userId = process.env.NOTARIZE_APPLE_ID;
|
||||||
if (userId === undefined) {
|
if (userId === undefined) {
|
||||||
console.warn(
|
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;
|
return;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue