Add missing trace message for NodeBuffer::malloc failure case

(synced from b16d781826)
This commit is contained in:
2018-03-14 00:49:35 -05:00
parent a70060fc27
commit 563fee8ce3
2 changed files with 3 additions and 4 deletions
-4
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}