diff options
Diffstat (limited to 'js/test/Ice/operations/ServerAMD.js')
-rw-r--r-- | js/test/Ice/operations/ServerAMD.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/test/Ice/operations/ServerAMD.js b/js/test/Ice/operations/ServerAMD.js index 9f738bf09b6..3fb2434a430 100644 --- a/js/test/Ice/operations/ServerAMD.js +++ b/js/test/Ice/operations/ServerAMD.js @@ -42,7 +42,7 @@ if(communicator) { - communicator.destroy(); + await communicator.destroy(); } } } |