W72crm_web-master/node_modules/mamacro/index.js

11 lines
154 B
JavaScript
Raw Permalink Normal View History

2025-05-27 11:25:53 +08:00
function noop() {
throw new Error("Macro has not been processed");
}
module.exports = {
define: noop,
assert: noop,
assertRuntimeError: noop
};