Skip to content

Commit 9df826d

Browse files
committed
Use --quiet as the output in the terminal isn't presented nicely
1 parent 0e7fce1 commit 9df826d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devcontainer/wasi/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
],
1111
"updateContentCommand": {
1212
// Using the shell for `nproc` usage.
13-
"python": "python3 Tools/wasm/wasi build -- --with-pydebug -C"
13+
"python": "python3 Tools/wasm/wasi build --quiet -- --with-pydebug -C"
1414
},
1515
"postCreateCommand": {
1616
// https://github.com/orgs/community/discussions/26026

0 commit comments

Comments
 (0)