diff options
-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 3b5a2ed3636..fce60ec4a84 100644 --- a/js/test/Ice/exceptions/Client.js +++ b/js/test/Ice/exceptions/Client.js @@ -51,7 +51,7 @@ { msg += ": " + ex.toString(); } - throw new Error(); + throw new Error(msg); } catch(err) { |