Skip to content

Commit 1033ae3

Browse files
committed
fix build error: value vs v8::value
1 parent 522f813 commit 1033ae3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/env.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ bool Environment::KickNextTick(Environment::AsyncCallbackScope* scope) {
169169
return true;
170170
}
171171

172-
Local<Value> ret =
172+
Local<v8::Value> ret =
173173
tick_callback_function()->Call(process_object(), 0, nullptr);
174174

175175
return !ret.IsEmpty();

0 commit comments

Comments
 (0)