summaryrefslogtreecommitdiff
path: root/js/test/Ice/exceptions/Server.js
diff options
context:
space:
mode:
authorJose <jose@zeroc.com>2017-04-14 15:53:44 +0200
committerJose <jose@zeroc.com>2017-04-14 15:53:44 +0200
commit143f66813fc76abd4941f9bf2079cd3b92ab61fe (patch)
treeb9d4022213a996693926d8bcff371bf91171dd38 /js/test/Ice/exceptions/Server.js
parentAdd icegrid to icegridadmin MSBuild dependencies (diff)
downloadice-143f66813fc76abd4941f9bf2079cd3b92ab61fe.tar.bz2
ice-143f66813fc76abd4941f9bf2079cd3b92ab61fe.tar.xz
ice-143f66813fc76abd4941f9bf2079cd3b92ab61fe.zip
Minor JS fixes
Diffstat (limited to 'js/test/Ice/exceptions/Server.js')
-rw-r--r--js/test/Ice/exceptions/Server.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/test/Ice/exceptions/Server.js b/js/test/Ice/exceptions/Server.js
index ffb45677831..1055431da89 100644
--- a/js/test/Ice/exceptions/Server.js
+++ b/js/test/Ice/exceptions/Server.js
@@ -36,7 +36,7 @@
var connection = echo.ice_getCachedConnection();
connection.setCloseCallback((con) => {
// Re-establish connection if it fails (necessary for MemoryLimitException test)
- echo.setConnection().then(() => echo.ice_getCachedConnection().setAdapter(adapter))
+ echo.setConnection().then(() => echo.ice_getCachedConnection().setAdapter(adapter));
});
connection.setAdapter(adapter);
adapter.activate();