Skip to content

Commit 49212b1

Browse files
author
Dzmitry Humianiuk
authored
Merge pull request reportportal#23 from Niyarlatotep/master
Update lib/report-portal-client.js
2 parents b09e49b + e9a5246 commit 49212b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/report-portal-client.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ class RPClient {
138138
resolve(response);
139139
}, (error) => {
140140
console.dir(error);
141-
reject();
141+
reject(error);
142142
});
143143
});
144144
}

0 commit comments

Comments
 (0)