]> git.kaiwu.me - njs.git/commit
Fixed backtraces for native modules imported with import statement.
authorDmitry Volyntsev <xeioex@nginx.com>
Mon, 14 Feb 2022 14:10:26 +0000 (14:10 +0000)
committerDmitry Volyntsev <xeioex@nginx.com>
Mon, 14 Feb 2022 14:10:26 +0000 (14:10 +0000)
commit53110d86966668658872c104f2fa7a0847f4dd12
treeff304b22d197ead771f4ff3093edf94b235a7494
parentbc1bbd158e956c888025893d8e585e7f79383f45
Fixed backtraces for native modules imported with import statement.

Previously, the module name was missing when exception is reported
for a native module function imported with import statement.
external/njs_crypto_module.c
external/njs_fs_module.c
external/njs_query_string_module.c
src/test/njs_unit_test.c