summaryrefslogtreecommitdiff
path: root/js/test/Ice/operations/Server.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/test/Ice/operations/Server.js')
-rw-r--r--js/test/Ice/operations/Server.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/test/Ice/operations/Server.js b/js/test/Ice/operations/Server.js
index d4d9c5eaeb2..d0f46c27cbd 100644
--- a/js/test/Ice/operations/Server.js
+++ b/js/test/Ice/operations/Server.js
@@ -42,7 +42,7 @@
if(communicator)
{
- communicator.destroy();
+ await communicator.destroy();
}
}
}