Add missing trace message for NodeBuffer::malloc failure case

This commit is contained in:
2018-03-14 00:49:35 -05:00
parent 080ca9df86
commit b16d781826
2 changed files with 3 additions and 4 deletions

4
deps/ox/Makefile vendored
View File

@ -25,10 +25,6 @@ purge:
${ENV_RUN} rm -rf $(shell find build -mindepth 1 -maxdepth 1 -type d)
test:
${ENV_RUN} ${MAKE} -j -C build ARGS="test" HOST_ENV=${HOST_ENV}
run: make
./build/current/src/wombat/wombat -debug
gdb: make
gdb ./build/current/src/wombat/wombat
devenv:
docker pull ${DEVENV_IMAGE}