summaryrefslogtreecommitdiff
path: root/js/demo/Ice/hello/Client.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/demo/Ice/hello/Client.js')
-rw-r--r--js/demo/Ice/hello/Client.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/demo/Ice/hello/Client.js b/js/demo/Ice/hello/Client.js
index f06187a82bd..6806e7250f4 100644
--- a/js/demo/Ice/hello/Client.js
+++ b/js/demo/Ice/hello/Client.js
@@ -187,6 +187,6 @@ Ice.Promise.try(
},
function(ex)
{
- console.log(ex.toString());
+ console.log(ex);
process.exit(1);
});