Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
function (this: ModuleManager) {
LoggingHelper.info(
"FileWatcher",
"FS.Watch Event(s) Detected: Reloading project code."
);
// reload project's modules after change events
(this as any).modules = {};
(this as any).dirty = true;
}.bind(moduleManager),
500