]> git.kaiwu.me - njs.git/commit
Fixed Error.prototype.toString().
authorDmitry Volyntsev <xeioex@nginx.com>
Mon, 5 Aug 2019 14:10:59 +0000 (17:10 +0300)
committerDmitry Volyntsev <xeioex@nginx.com>
Mon, 5 Aug 2019 14:10:59 +0000 (17:10 +0300)
commit1249fae9834d8387751da116419ace9a4397cddd
tree60ee67893105086c6ef67f4dcf6d4e000ecc006e
parente308ceeaf96d98653198307bbe3ebaf2f66c877c
Fixed Error.prototype.toString().

1) with UTF8 string properties.
1) with non-string values for "name" and "message" properties.

This closes #199 issue on Github.
src/njs_error.c
src/test/njs_unit_test.c