You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
this.modulesChanged=this.containsNewerFiles(path.join(this.$projectData.projectDir,"node_modules"),path.join(this.$projectData.projectDir,"node_modules","tns-ios-inspector")/*done because currently all node_modules are traversed, but tzraikov is working on improving behavior by resolving only the production dependencies*/,outputProjectMtime);
47
+
this.modulesChanged=this.containsNewerFiles(path.join(this.$projectData.projectDir,"node_modules"),path.join(this.$projectData.projectDir,"node_modules","tns-ios-inspector")/*done because currently all node_modules are traversed, a possible improvement could be traversing only production dependencies*/,outputProjectMtime);
0 commit comments