holodok
Results
1
comments of
holodok
To make this work on Node8 you have to rewrite multihashing.cc like: ``` void quark(const FunctionCallbackInfo& args) { Isolate* isolate = args.GetIsolate(); HandleScope scope(isolate); if (args.Length() < 1) { isolate->ThrowException(Exception::TypeError(...