4 lines
52 B
JavaScript
4 lines
52 B
JavaScript
|
module.exports = function (error) {
|
||
|
throw error
|
||
|
}
|