]> git.kaiwu.me - njs.git/commit
Fixed typo while calculating module path length.
authorDmitry Volyntsev <xeioex@nginx.com>
Mon, 11 Apr 2022 22:55:14 +0000 (15:55 -0700)
committerDmitry Volyntsev <xeioex@nginx.com>
Mon, 11 Apr 2022 22:55:14 +0000 (15:55 -0700)
commitab1702c7af9959366a5ddc4a75b4357d4e9ebdc1
tree8c8effedb34d5db3f5b59e7f7455aea92a22970e
parent222d6fdcf0c6485ec8e175f3a7b70d650c234b4e
Fixed typo while calculating module path length.

The issue was introduced in 77c398f26d7e (not released yet).
src/njs_module.c
test/js/import_very_long_path.t.js [new file with mode: 0644]