From 7d722e7eb41abd0147458c72285f6fea706c980e Mon Sep 17 00:00:00 2001 From: Jose Date: Tue, 14 Aug 2018 20:02:53 +0200 Subject: Fixes to allow run JavaScript and Python tests with workers --- js/test/Ice/acm/Client.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'js/test/Ice/acm/Client.js') diff --git a/js/test/Ice/acm/Client.js b/js/test/Ice/acm/Client.js index a24d0b5ae88..03186ac81ad 100644 --- a/js/test/Ice/acm/Client.js +++ b/js/test/Ice/acm/Client.js @@ -510,7 +510,7 @@ let communicator; try { - communicator = this.initialize(args); + [communicator, args] = this.initialize(args); await this.allTests(); } finally -- cgit v1.2.3