Skip to content

Commit 6799df3

Browse files
Change message and push stacktrace
1 parent f436cfa commit 6799df3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bin/helpers/constants.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ const userMessages = {
111111
SPEC_LIMIT_SUCCESS_MESSAGE:
112112
"Spec timeout specified as <x> minutes. If any of your specs exceed the specified time limit, it would be forcibly killed by BrowserStack",
113113
NO_CONNECTION_WHILE_UPDATING_UPLOAD_PROGRESS_BAR:
114-
"Connection is undefined/null for zip upload request. Unable to determine progress."
114+
"Unable to determine zip upload progress due to undefined/null connection request"
115115
};
116116

117117
const validationMessages = {

bin/helpers/zipUpload.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ const uploadSuits = (bsConfig, filePath, opts, obj) => {
130130
utils.sendUsageReport(
131131
bsConfig,
132132
null,
133-
error.message,
133+
error.stack,
134134
Constants.messageTypes.WARNING,
135135
errorCode,
136136
null,

0 commit comments

Comments
 (0)