We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f28a6f4 commit 3f2ef02Copy full SHA for 3f2ef02
package.json
@@ -21,6 +21,6 @@
21
"url": "https://github.com/LinusU/node-alias.git"
22
},
23
"dependencies": {
24
- "nan": "^1.4.1"
+ "nan": "^1.9.0"
25
}
26
src/impl-apple-lion.cc
@@ -46,8 +46,7 @@ NAN_METHOD(MethodGetVolumeName) {
46
NanReturnValue(result);
47
} else {
48
49
- Local<String> desc = MYCFStringGetV8String(CFErrorCopyDescription(error));
50
- NanThrowError(Exception::Error(desc)->ToObject());
+ NanThrowError(MYCFStringGetV8String(CFErrorCopyDescription(error)));
51
52
NanReturnUndefined();
53
0 commit comments