7 lines
128 B
JavaScript

function default_1() {
return async () => {
throw new Error('task exception');
}
}
exports.default = default_1;