1
0
forked from cory/tildefriends

I think this fixes tests, and makes them runnable from continuous integration.

git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@3161 ed5197a5-7fde-0310-b194-c3ffbd925b24
This commit is contained in:
2016-03-13 13:37:58 +00:00
parent ebe54b6117
commit 7a16a1d65c
15 changed files with 97 additions and 124 deletions

@ -9,6 +9,7 @@ class TaskTryCatch {
public:
TaskTryCatch(Task* task);
~TaskTryCatch();
bool hasCaught();
private:
v8::TryCatch _tryCatch;