Skip to content

Commit

Permalink
remove irrelevant error message text
Browse files Browse the repository at this point in the history
  • Loading branch information
AidanFeess authored Dec 14, 2023
1 parent 61a4f91 commit ad357d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions parsers/peas2json.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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 <output_file> <json_file.json>"
Write-Host "Error: Please pass the peas.out file and the path to save the json"
exit
}

main
main

0 comments on commit ad357d5

Please sign in to comment.