summaryrefslogtreecommitdiff
path: root/js/test/Ice/exceptions/ServerAMD.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/test/Ice/exceptions/ServerAMD.js')
-rw-r--r--js/test/Ice/exceptions/ServerAMD.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/test/Ice/exceptions/ServerAMD.js b/js/test/Ice/exceptions/ServerAMD.js
index f6383f2ee3d..493b3c71d26 100644
--- a/js/test/Ice/exceptions/ServerAMD.js
+++ b/js/test/Ice/exceptions/ServerAMD.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);
echo.ice_getCachedConnection().setAdapter(adapter);