File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -198,7 +198,7 @@ static void GetInterfaceAddresses(const FunctionCallbackInfo<Value>& args) {
198
198
// they name the interface from any input that uses UTF-8, which should be
199
199
// the most frequent case by far these days.)
200
200
name = String::NewFromUtf8 (isolate, raw_name,
201
- v8:: NewStringType::kNormal ).ToLocalChecked ();
201
+ NewStringType::kNormal ).ToLocalChecked ();
202
202
203
203
snprintf (mac.data (),
204
204
mac.size (),
@@ -258,7 +258,7 @@ static void GetHomeDirectory(const FunctionCallbackInfo<Value>& args) {
258
258
259
259
Local<String> home = String::NewFromUtf8 (env->isolate (),
260
260
buf,
261
- v8:: NewStringType::kNormal ,
261
+ NewStringType::kNormal ,
262
262
len).ToLocalChecked ();
263
263
args.GetReturnValue ().Set (home);
264
264
}
You can’t perform that action at this time.
0 commit comments