]> git.kaiwu.me - njs.git/commit
Fixed order of code execution after await in try block.
authorAlexander Borisov <alexander.borisov@nginx.com>
Wed, 1 Sep 2021 18:25:10 +0000 (21:25 +0300)
committerAlexander Borisov <alexander.borisov@nginx.com>
Wed, 1 Sep 2021 18:25:10 +0000 (21:25 +0300)
commit505d14ddcfad1d9b3817989af624347115da9e69
treea1619baddad03aff55abf3ad4fc07b403d76ac32
parent633536729c84b4a87bb41dbb95f27487cb466386
Fixed order of code execution after await in try block.

The bug was introduced in 92d10cd761e2.
src/njs_async.c
test/js/async_await_try_resolve.js [new file with mode: 0644]
test/njs_expect_test.exp