Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion nodebuilder
Original file line number Diff line number Diff line change
Expand Up @@ -1630,7 +1630,7 @@ done

[ "${unit_tests}" = 'true' ] && run_unit_tests

trap 'if [ $? -eq 0 ]; then handle_exit; else throw_error "Unhandled error at line ${LINENO:-}."; fi' EXIT
trap 'if [ $? -eq 0 ]; then handle_exit; else throw_error "Unhandled error during nodebuilder execution."; fi' EXIT
trap handle_sigint INT

readonly BYTES_TO_KIB=1024
Expand Down