diff options
Diffstat (limited to 'test/haxe')
-rw-r--r-- | test/haxe/src/TestServer.hx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/haxe/src/TestServer.hx b/test/haxe/src/TestServer.hx index 4490a8c9f..bff5a47ab 100644 --- a/test/haxe/src/TestServer.hx +++ b/test/haxe/src/TestServer.hx @@ -106,7 +106,7 @@ class TestServer } catch (x : TException) { - trace('$x'); + trace('$x ${x.errorID} ${x.errorMsg}'); } catch (x : Dynamic) { |