summaryrefslogtreecommitdiff
path: root/js/test/Ice/info/Client.js
diff options
context:
space:
mode:
authorJose <jose@zeroc.com>2017-07-19 20:45:23 +0200
committerJose <jose@zeroc.com>2017-07-19 20:45:23 +0200
commit5db3cb65a962bb598e128f546fb9376bf6cee0d2 (patch)
treeea31e4f788e80b0a712440ac6559bf32c0e2ae55 /js/test/Ice/info/Client.js
parentClarified comment (diff)
downloadice-5db3cb65a962bb598e128f546fb9376bf6cee0d2.tar.bz2
ice-5db3cb65a962bb598e128f546fb9376bf6cee0d2.tar.xz
ice-5db3cb65a962bb598e128f546fb9376bf6cee0d2.zip
ICE-8365 - Bogus calls to Promise.fail
Diffstat (limited to 'js/test/Ice/info/Client.js')
-rw-r--r--js/test/Ice/info/Client.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/test/Ice/info/Client.js b/js/test/Ice/info/Client.js
index 46572c427b5..8de7211c4eb 100644
--- a/js/test/Ice/info/Client.js
+++ b/js/test/Ice/info/Client.js
@@ -50,7 +50,7 @@
}
catch(err)
{
- p.fail(err);
+ p.reject(err);
throw err;
}
}