From 61a4f91baa85a00cbba767c70cf47af36d9df2f4 Mon Sep 17 00:00:00 2001 From: Aidan Feess <145503050+AidanFeess@users.noreply.github.com> Date: Thu, 14 Dec 2023 14:45:01 -0600 Subject: [PATCH] remove irrelevant error message text --- parsers/json2html.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parsers/json2html.ps1 b/parsers/json2html.ps1 index fb3bf1c..c50e660 100644 --- a/parsers/json2html.ps1 +++ b/parsers/json2html.ps1 @@ -391,7 +391,7 @@ try { $HTML_PATH = $(Read-Host "HTML Path") } catch { - Write-Host "Error: Please pass the peas.out file and the path to save the html`njson2html.ps1 " + Write-Host "Error: Please pass the peas.out file and the path to save the html" exit }