You've already forked woodpecker
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:
Vendored
+1
-1
@@ -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"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user