diff options
Diffstat (limited to 'js/test/Ice/exceptions/Client.js')
-rw-r--r-- | js/test/Ice/exceptions/Client.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/test/Ice/exceptions/Client.js b/js/test/Ice/exceptions/Client.js index 892f17931ae..3b5a2ed3636 100644 --- a/js/test/Ice/exceptions/Client.js +++ b/js/test/Ice/exceptions/Client.js @@ -49,7 +49,7 @@ var msg = "test failed"; if(ex) { - msg += ex.toString(); + msg += ": " + ex.toString(); } throw new Error(); } |