Commit b97d518 Gabriel Schulhof
committed
1 parent b3d806c commit b97d518 Copy full SHA for b97d518
File tree 2 files changed +11
-0
lines changed
2 files changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -144,6 +144,13 @@ added: v6.0.0
144
144
145
145
Silence all process warnings (including deprecations).
146
146
147
+ ### ` --napi-modules[=yes|no] `
148
+ <!-- YAML
149
+ added: v8.0.0
150
+ -->
151
+
152
+ Load N-API modules (default no).
153
+
147
154
### ` --trace-warnings `
148
155
<!-- YAML
149
156
added: v6.0.0
Original file line number Diff line number Diff line change @@ -119,6 +119,10 @@ Throw errors for deprecations.
119
119
.BR \-\- no\- warnings
120
120
Silence all process warnings (including deprecations).
121
121
122
+ .TP
123
+ .BR \-\- napi\- modules \fI [=yes|no] \fR
124
+ Load N-API modules (default no).
125
+
122
126
.TP
123
127
.BR \-\- trace\- warnings
124
128
Print stack traces for process warnings (including deprecations).
You can’t perform that action at this time.
0 commit comments