5 lines
111 B
JavaScript

// A test node that exports a function
module.exports = function(RED) {
throw new Error("fail to load");
}