We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08a15ef commit 674ca58Copy full SHA for 674ca58
source/yutautil/Sandbox.hx
@@ -46,6 +46,7 @@ class Sandbox<T> {
46
}
47
48
private function defaultCatchFunction(e:ErrorType, method:MethodName, args:MethodArgs):Void {
49
+ trace('Error in sandbox for object: ' + Type.getClassName(Type.getClass(instance)));
50
trace('Error in method: ' + method);
51
trace('Arguments: ' + args);
52
trace('Error: ' + e);
@@ -107,3 +108,4 @@ class Sandbox<T> {
107
108
return proxy;
109
110
111
+
0 commit comments