From 0e47a3779b3a8c4c3294c4ad4d008205cec0db8b Mon Sep 17 00:00:00 2001 From: Syed Umar Arfeen <18597330+Anon-Exploiter@users.noreply.github.com> Date: Tue, 12 Dec 2023 14:05:09 +1100 Subject: [PATCH] Update config.js --- config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.js b/config.js index 7e08568..6ba7a6e 100644 --- a/config.js +++ b/config.js @@ -56,7 +56,7 @@ if (DEBUG_MODE) { if (CERT_PEM.match(/\[!!.* CA certificate data .* !!\]/)) { throw new Error('No certificate was provided' + '\n\n' + - 'You need to set CERT_PEM in the Frica config script ' + + 'You need to set CERT_PEM in the Frida config script ' + 'to the contents of your CA certificate.' ); -} \ No newline at end of file +}