mirror of https://github.com/webpack/webpack.git
12 lines
156 B
JavaScript
12 lines
156 B
JavaScript
|
|
function t(e) {
|
||
|
|
return function(error) {
|
||
|
|
try {
|
||
|
|
e()
|
||
|
|
} catch(e) {
|
||
|
|
error(e)
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
module.exports = t;
|