summaryrefslogtreecommitdiff
path: root/js/test/Ice/slicing/exceptions/Client.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/test/Ice/slicing/exceptions/Client.js')
-rw-r--r--js/test/Ice/slicing/exceptions/Client.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/test/Ice/slicing/exceptions/Client.js b/js/test/Ice/slicing/exceptions/Client.js
index 28a07dd0908..14e298164f1 100644
--- a/js/test/Ice/slicing/exceptions/Client.js
+++ b/js/test/Ice/slicing/exceptions/Client.js
@@ -315,7 +315,7 @@
let communicator;
try
{
- communicator = this.initialize(args);
+ [communicator] = this.initialize(args);
await this.allTests();
}
finally