mirror of
https://github.com/fuse-friends/fuse-native
synced 2024-10-27 18:34:01 +00:00
add missing scope
This commit is contained in:
parent
183c70961d
commit
2a19f072be
@ -821,6 +821,8 @@ NAN_INLINE static void bindings_call_op (bindings_t *b, NanCallback *fn, int arg
|
||||
}
|
||||
|
||||
static void bindings_dispatch (uv_async_t* handle, int status) {
|
||||
NanScope();
|
||||
|
||||
bindings_t *b = (bindings_t *) handle->data;
|
||||
Local<Function> callback = b->callback->GetFunction();
|
||||
b->result = -1;
|
||||
|
Loading…
Reference in New Issue
Block a user