Skip to content

Commit e01b7a3

Browse files
authored
Enable logging in build_wasm.sh
Added logging to the build_wasm.sh script for better debugging.
1 parent 2aa9e96 commit e01b7a3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/build_wasm.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#!/usr/bin/env bash
22
set -euo pipefail
3+
# Logging
4+
set -x
35

46
# Setup paths and environment
57
ROOT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")/.." && pwd)"

0 commit comments

Comments
 (0)