diff options
Diffstat (limited to 'js/test/Ice/optional/Server.js')
-rw-r--r-- | js/test/Ice/optional/Server.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/test/Ice/optional/Server.js b/js/test/Ice/optional/Server.js index 07bec470976..63055e214ff 100644 --- a/js/test/Ice/optional/Server.js +++ b/js/test/Ice/optional/Server.js @@ -40,7 +40,7 @@ if(communicator) { - communicator.destroy(); + await communicator.destroy(); } } } |