1
0
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:
Mathias Buus 2015-05-05 01:52:56 +02:00
parent 183c70961d
commit 2a19f072be

View File

@ -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;