diff options
author | EuAndreh <eu@euandre.org> | 2023-11-17 10:38:21 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2023-11-17 10:38:21 -0300 |
commit | 2e02b0ca73fe4e7be3b76a69bf703b3c41b538a0 (patch) | |
tree | b93cea2e4f8265a4bd89498e0a676ca3637b11fc /src/i18n.c | |
parent | tests/runner.js: Replace hand-rolled assert with "node:assert" module (diff) | |
download | papod-2e02b0ca73fe4e7be3b76a69bf703b3c41b538a0.tar.gz papod-2e02b0ca73fe4e7be3b76a69bf703b3c41b538a0.tar.xz |
src/napi-sqlite.c: Improve error handling
Diffstat (limited to 'src/i18n.c')
-rw-r--r-- | src/i18n.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -45,6 +45,7 @@ MSGS[] = { [MSG_HELP_28]="\n", [MSG_HELP_LAST]=" $ " NAME_MACRO_STRING " build csv.grammar > dunno.alsodunno\n", [MSG_VERSION]= NAME_MACRO_STRING " " VERSION_MACRO_STRING " " DATE_MACRO_STRING "\n", + [MSG_ERR_NAPI_MISSING_ERRSTR]="Error message from Node-API is empty", NULL }; |