diff options
Diffstat (limited to 'gin/try_catch.h')
-rw-r--r-- | gin/try_catch.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gin/try_catch.h b/gin/try_catch.h index 8026b3b..43f68ac 100644 --- a/gin/try_catch.h +++ b/gin/try_catch.h @@ -18,7 +18,7 @@ class TryCatch { ~TryCatch(); bool HasCaught(); - std::string GetPrettyMessage(); + std::string GetStackTrace(); private: v8::TryCatch try_catch_; |