Skip to content

Commit

Permalink
fix: Display error message
Browse files Browse the repository at this point in the history
  • Loading branch information
korapp committed Dec 11, 2023
1 parent 3fa8dde commit 0b65d86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/contents/ui/Warp.qml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ Item {
function updateStatus(data) {
const isRunning = !data["exit code"]
if (!isRunning) {
errorMessage = parseStdoutProperties(data.stderr)[0][1]
errorMessage = data.stderr
status = ""
} else {
const statusMessage = parseStdoutProperties(data.stdout)[0][1]
Expand Down

0 comments on commit 0b65d86

Please sign in to comment.