Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
onSymbolsUploaded
Function · 0.85
onApkUploaded
Function · 0.85
uploadToTelegram
Function · 0.85
Calls
1
onDone
Function · 0.85
Tested by
no test coverage detected