src: LONG should be converted to v8::Number

This commit is contained in:
Santiago Gimeno
2015-01-16 16:21:38 +01:00
parent 47f443bbf9
commit 86083a3ad0
2 changed files with 5 additions and 5 deletions

View File

@@ -100,7 +100,7 @@ NAN_METHOD(PCSCLite::Close) {
obj->m_closing = true;
}
NanReturnValue(NanNew<Integer>(result));
NanReturnValue(NanNew<Number>(result));
}
void PCSCLite::HandleReaderStatusChange(uv_async_t *handle, int status) {