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