2021-04-09 16:10:21 +02:00

6 lines
89 B
JavaScript

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