Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/api/n-api.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/api/n-api.md b/doc/api/n-api.md
index 002f8be0a56..76f45091fae 100644
--- a/doc/api/n-api.md
+++ b/doc/api/n-api.md
@@ -1191,6 +1191,7 @@ added:
NAPI_EXTERN napi_status node_api_throw_syntax_error(napi_env env,
const char* code,
const char* msg);
+```
* `[in] env`: The environment that the API is invoked under.
* `[in] code`: Optional error code to be set on the error.