We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9aa1a1d commit bdb66fbCopy full SHA for bdb66fb
1 file changed
src/process_wrap.cc
@@ -141,9 +141,8 @@ class ProcessWrap : public HandleWrap {
141
return Nothing<void>();
142
}
143
if (!val->IsObject()) {
144
- THROW_ERR_INVALID_ARG_TYPE(env,
145
- "options.stdio[%u] must be an object",
146
- i);
+ THROW_ERR_INVALID_ARG_TYPE(
+ env, "options.stdio[%u] must be an object", i);
147
148
149
Local<Object> stdio = val.As<Object>();
0 commit comments