Skip to content

Commit 674ca58

Browse files
committed
Update Sandbox.hx
1 parent 08a15ef commit 674ca58

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

source/yutautil/Sandbox.hx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ class Sandbox<T> {
4646
}
4747

4848
private function defaultCatchFunction(e:ErrorType, method:MethodName, args:MethodArgs):Void {
49+
trace('Error in sandbox for object: ' + Type.getClassName(Type.getClass(instance)));
4950
trace('Error in method: ' + method);
5051
trace('Arguments: ' + args);
5152
trace('Error: ' + e);
@@ -107,3 +108,4 @@ class Sandbox<T> {
107108
return proxy;
108109
}
109110
}
111+

0 commit comments

Comments
 (0)