mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-19 12:34:32 +08:00
7 lines
128 B
JavaScript
7 lines
128 B
JavaScript
function default_1() {
|
|
return async () => {
|
|
throw new Error('task exception');
|
|
}
|
|
}
|
|
|
|
exports.default = default_1; |