MCPcopy
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

initOldFunction · 0.85

Calls 1

failFunction · 0.85

Tested by

no test coverage detected