Commit ae892e5
authored
Add debug logging for the artifact build output (#4208)
## Changes
Print the output of the artifact build scripts, if `--debug` is enabled
## Why
For debugging more complex build scripts it helpful to see the output.
Currently it is only printed when the scripts fails.
## Tests
- Ran `make test`
- Build the cli, ran it with a real life bundle with a complex build
script.
closes #42051 parent 03820cc commit ae892e5
2 files changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
6 | 7 | | |
7 | 8 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
| 104 | + | |
| 105 | + | |
104 | 106 | | |
105 | 107 | | |
106 | 108 | | |
| |||
0 commit comments