mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-17 21:01:34 +08:00
refactor: circular deps part 13
This commit is contained in:
@ -1,4 +1,3 @@
|
||||
import { Application } from '../application';
|
||||
import * as fs from '../file-system';
|
||||
import { Trace } from '../trace';
|
||||
|
||||
@ -136,7 +135,7 @@ export function registerModulesFromFileSystem(moduleName: string) {
|
||||
|
||||
function initialize() {
|
||||
if (!initialized) {
|
||||
Application.on('livesync', (args) => cache.clear());
|
||||
// Application.on('livesync', (args) => cache.clear());
|
||||
initialized = true;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user