diff options
Diffstat (limited to 'js/test/Ice/info/Client.js')
-rw-r--r-- | js/test/Ice/info/Client.js | 2 |
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; } } |