Skip to content

Commit b23f6ba

Browse files
committed
Enable tracing, for debugging & progress
This makes it easier to see how far along the script is when running, essentially acting as a sort of simple progress bar. Being able to see which command failed when something goes wrong makes troubleshooting a bit easier.
1 parent 9bac190 commit b23f6ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/publish-book

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
# PATH=~/git/DocC/.build/arm64-apple-macosx/debug:$PATH
2222
# DOCC_HTML_DIR=~/git/DocC-Renderer/dist/
2323

24-
set -eu
24+
set -eux
2525

2626
# Pretty print DocC JSON output, so that it has a stable ordering and
2727
# can be diffed. This lets us determine whether rebuilding resulted in

0 commit comments

Comments
 (0)