We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59afb1a commit f296094Copy full SHA for f296094
bin/helpers/downloadBuildStacktrace.js
@@ -18,4 +18,4 @@ const downloadBuildStacktrace = async (url) => {
18
});
19
};
20
21
-exports.downloadBuildStacktrace = downloadBuildStacktrace;
+exports.downloadBuildStacktrace = downloadBuildStacktrace;
bin/helpers/sync/syncSpecsLogs.js
@@ -226,4 +226,4 @@ let getStatus = (status) => {
226
}
227
228
exports.printSpecsStatus = printSpecsStatus;
229
-exports.getStackTraceUrl = getStackTraceUrl;
+exports.getStackTraceUrl = getStackTraceUrl;
0 commit comments