Skip to content

Commit

Permalink
Issue nodejs#3452 adding back DisplayExceptionLine to node.h
Browse files Browse the repository at this point in the history
  • Loading branch information
itaylor-cf committed Jun 21, 2012
1 parent 7b6bff0 commit 52e036a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/node.h
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ enum encoding ParseEncoding(v8::Handle<v8::Value> encoding_v,
#define MODULE_WRAP_SUFFIX "\n});"

NODE_EXTERN void FatalException(v8::TryCatch &try_catch);
void DisplayExceptionLine(v8::TryCatch &try_catch); // hack

v8::Local<v8::Value> Encode(const void *buf, size_t len,
enum encoding encoding = BINARY);
Expand Down

0 comments on commit 52e036a

Please sign in to comment.