Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
private patchRuntimeExec() {
newExec.init(RED.runtime._, this.status);
runtime._.nodes.paletteEditorEnabled = () => { return true };
}
get nodes() { return runtime._.nodes },
get version() { return runtime._.version },