summaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
authorJose <jose@zeroc.com>2017-06-22 12:50:47 +0200
committerJose <jose@zeroc.com>2017-06-22 12:50:47 +0200
commit35b4a9f4d43f868ecb491550653ed0e3a0f15554 (patch)
tree75ff189ded7e32cfebaa48d24bd19ed7ef31491f /js
parentFixed variable not defined error in Util.py (diff)
downloadice-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.js2
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)
{