2024-05-29 11:51:04 -04:00

6 lines
86 B
JavaScript

'use strict'
module.exports.handler = () => {
throw new Error('Invocation fail')
}