samshull / node-proxy

Deprecated: Harmony Proxies in node (no longer needed)
MIT License
162 stars 29 forks source link

String not found #1

Closed enbug closed 14 years ago

enbug commented 14 years ago

node-proxy.h includes String, but it does not exist in my system, so the compilation fails. It solves the problem to simply remove this inclusion, because v8 has the class String.

samshull commented 14 years ago

Thanks, it was actually a typo, it shouldn't have been in there

samshull commented 14 years ago

Updated in repo and on npm