diff options
Diffstat (limited to 'js/test/Ice/exceptions/Server.js')
-rw-r--r-- | js/test/Ice/exceptions/Server.js | 2 |
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(); |