1
0
mirror of https://github.com/woodpecker-ci/woodpecker.git synced 2026-05-22 08:55:42 +02:00

local backend make cmd log output similar to other shells (#2678)

the cmd currently shows the full prompt and drop the exact error level.

this set the prompt to be hidden and let cmd exit with error level
reported by the command

---
*Sponsored by Kithara Software GmbH*
This commit is contained in:
6543
2023-11-01 11:49:36 +01:00
committed by GitHub
parent 4647e64f13
commit 48e4eceb0a
2 changed files with 5 additions and 3 deletions
+1 -1
View File
@@ -11,5 +11,5 @@
"eslint.workingDirectories": ["./web"],
"prettier.configPath": "./web/.prettierrc.js",
"prettier.ignorePath": "./web/.prettierignore",
"cSpell.words": ["Curr", "doublestar", "multierr"]
"cSpell.words": ["Curr", "doublestar", "ERRORLEVEL", "multierr"]
}