Was writing an email to query for opinions on this, then decided that
this was the right thing to do. Go ahead and log the innards-laden stack trace, we'll be glad when there's a bug in our innards. git-svn-id: svn+ssh://src.earth.threerings.net/vilya/trunk@229 c613c5cb-e716-0410-b11b-feb51c14d237
This commit is contained in:
@@ -585,6 +585,8 @@ public class EZGameControl extends BaseControl
|
||||
return func.apply(null, args);
|
||||
}
|
||||
} catch (err :Error) {
|
||||
trace(err.getStackTrace());
|
||||
trace("--");
|
||||
throw new Error("Unable to call host code: " + err.message);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user