]> git.kaiwu.me - njs.git/commit
Fixed unhandled promise rejection in handle events.
authorAlexander Borisov <alexander.borisov@nginx.com>
Fri, 8 Oct 2021 09:32:42 +0000 (12:32 +0300)
committerAlexander Borisov <alexander.borisov@nginx.com>
Fri, 8 Oct 2021 09:32:42 +0000 (12:32 +0300)
commit0f0c23c389786f202ae65b7411dc13e9ff3c4139
treeff928bf87576eb7e21dbb99e995b3fe6e235bf17
parent4eeb0642733fbd421a3a981b062a241011d70e25
Fixed unhandled promise rejection in handle events.

This closes #423 issue on GitHub.
src/njs.h
src/njs_shell.c
src/njs_vm.c
test/js/promise_rejection_tracker.js [new file with mode: 0644]
test/njs_expect_test.exp