From ad357d538a59f5c05ef313e8d30eac0820435a66 Mon Sep 17 00:00:00 2001 From: Aidan Feess <145503050+AidanFeess@users.noreply.github.com> Date: Thu, 14 Dec 2023 14:46:00 -0600 Subject: [PATCH] remove irrelevant error message text --- parsers/peas2json.ps1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/parsers/peas2json.ps1 b/parsers/peas2json.ps1 index ffa1217..c758caf 100644 --- a/parsers/peas2json.ps1 +++ b/parsers/peas2json.ps1 @@ -198,8 +198,8 @@ try { $JSON_PATH = $(Read-Host "JSON Path") } catch { - Write-Host "Error: Please pass the peas.out file and the path to save the json`npeas2json.ps1 " + Write-Host "Error: Please pass the peas.out file and the path to save the json" exit } -main \ No newline at end of file +main