Skip to content

Commit e9a5246

Browse files
author
Elnar Khisamov
committed
Update lib/report-portal-client.js
Add error passing to reject in startLaunch.
1 parent b09e49b commit e9a5246

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)