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 @@ -195,7 +195,7 @@ static void GetInterfaceAddresses(const FunctionCallbackInfo<Value>& args) {
195
195
// they name the interface from any input that uses UTF-8, which should be
196
196
// the most frequent case by far these days.)
197
197
name = String::NewFromUtf8 (isolate, raw_name,
198
- v8:: NewStringType::kNormal ).ToLocalChecked ();
198
+ NewStringType::kNormal ).ToLocalChecked ();
199
199
200
200
snprintf (mac.data (),
201
201
mac.size (),
@@ -255,7 +255,7 @@ static void GetHomeDirectory(const FunctionCallbackInfo<Value>& args) {
255
255
256
256
Local<String> home = String::NewFromUtf8 (env->isolate (),
257
257
buf,
258
- v8:: NewStringType::kNormal ,
258
+ NewStringType::kNormal ,
259
259
len).ToLocalChecked ();
260
260
args.GetReturnValue ().Set (home);
261
261
}
You can’t perform that action at this time.
0 commit comments