diff options
author | Jose <jose@zeroc.com> | 2017-06-22 12:50:47 +0200 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2017-06-22 12:50:47 +0200 |
commit | 35b4a9f4d43f868ecb491550653ed0e3a0f15554 (patch) | |
tree | 75ff189ded7e32cfebaa48d24bd19ed7ef31491f /js | |
parent | Fixed variable not defined error in Util.py (diff) | |
download | ice-35b4a9f4d43f868ecb491550653ed0e3a0f15554.tar.bz2 ice-35b4a9f4d43f868ecb491550653ed0e3a0f15554.tar.xz ice-35b4a9f4d43f868ecb491550653ed0e3a0f15554.zip |
log unexpected exception
Diffstat (limited to '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 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) { |