YZ
Size: a a a
YZ
Г🌝
YZ
T
function prepareTask(exec, ...args) {
if (typeof exec !== "function")
throw new Error("Must be function");
return () => Pomise.resolve()
.then(exec.bind(this, ...args))
.catch(error => console.warn("Error in task:", error))
}
YZ
function prepareTask(exec, ...args) {
if (typeof exec !== "function")
throw new Error("Must be function");
return () => Pomise.resolve()
.then(exec.bind(this, ...args))
.catch(error => console.warn("Error in task:", error))
}
YZ
function prepareTask(exec, ...args) {
if (typeof exec !== "function")
throw new Error("Must be function");
return () => Pomise.resolve()
.then(exec.bind(this, ...args))
.catch(error => console.warn("Error in task:", error))
}
Г🌝
Г🌝
YZ
T
Г🌝
YZ
YZ
Г🌝
YZ
YZ
YZ
c