From 29a90d7dc2bd232fd4dcd23ee68bb0a36e3bb2ce Mon Sep 17 00:00:00 2001 From: Alexander Cerutti Date: Wed, 10 Jul 2019 00:25:07 +0200 Subject: [PATCH] Improved CP_INIT_ERROR --- src/messages.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/messages.ts b/src/messages.ts index 127aff2..df7b43b 100644 --- a/src/messages.ts +++ b/src/messages.ts @@ -3,7 +3,7 @@ interface MessageGroup { } const errors: MessageGroup = { - CP_INIT_ERROR: "Something went really bad in the initialization, dude! Please look at the log above this message. It should contain all the infos about the problem.", + CP_INIT_ERROR: "Something went really bad in the initialization, dude! Please look at the log below this message. It should contain all the infos about the problem: \n%s", CP_NO_OPTS: "Cannot initialize the pass creation: no options were passed.", CP_NO_CERTS: "Cannot initialize the pass creation: no valid certificates were passed.", PASSFILE_VALIDATION_FAILED: "Validation of pass type failed. Pass file is not a valid buffer or (more probably) does not respect the schema.\nRefer to https://apple.co/2Nvshvn to build a correct pass.",