Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/GooseMod/OpenAsar
/ handleFail
Function
handleFail
src/splash/index.js:180–182 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
178
const
downloads =
new
UIProgress(0), installs =
new
UIProgress(1);
179
180
const
handleFail = () => {
181
fail(check);
182
};
183
184
on(
'checked'
, ({ failed, count }) => {
// Finished check
185
installs.reset();
Callers
1
initOld
Function · 0.85
Calls
1
fail
Function · 0.85
Tested by
no test coverage detected