2023-11-30 14:15:19 +00:00

5 lines
112 B
JavaScript

exports.sayHello = function() {
throw new Error('this should not be required!');
};
exports.isLocal = true;