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:
@ -9,6 +9,7 @@ class TaskTryCatch {
|
||||
public:
|
||||
TaskTryCatch(Task* task);
|
||||
~TaskTryCatch();
|
||||
bool hasCaught();
|
||||
|
||||
private:
|
||||
v8::TryCatch _tryCatch;
|
||||
|
Reference in New Issue
Block a user