remove temporary debugging window variable

This commit is contained in:
Steve-Mcl 2021-05-01 11:01:04 +01:00
parent df7aa3339b
commit dc3e04456c
1 changed files with 2 additions and 2 deletions

View File

@ -97,8 +97,8 @@ RED.editor.codeEditor.monaco = (function() {
}
const defaultServerSideTypes = [ knownModules["node-red-util"], knownModules["node-red-func"], knownModules["globals"], knownModules["console"], knownModules["buffer"] ];
var modulesCache = {};
window.modulesCache = modulesCache;//DEBUGGING
const modulesCache = {};
/**
* Helper function to load/reload types.
* @param {string} mod - type lib to load. Only known libs are currently supported.