MCPcopy Create free account
hub / github.com/TGX-Android/Publisher / failWithError

Function failWithError

main.js:1060–1065  ·  view source on GitHub ↗
(message, e)

Source from the content-addressed store, hash-verified

1058 }
1059
1060 const failWithError = (message, e) => {
1061 if (!task.endTime) {
1062 console.error(message, e);
1063 onDone(1);
1064 }
1065 };
1066
1067 const maxUploadAttemptCount = 5;
1068

Callers 3

onSymbolsUploadedFunction · 0.85
onApkUploadedFunction · 0.85
uploadToTelegramFunction · 0.85

Calls 1

onDoneFunction · 0.85

Tested by

no test coverage detected