We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93fc046 commit 6c543fdCopy full SHA for 6c543fd
lib/services/ios-debug-service.ts
@@ -229,7 +229,7 @@ class IOSDebugService implements IDebugService {
229
this.$childProcess.exec(`tar -xf ${inspectorTgzPathInCache} -C ${pathToPackageInCache}`).wait();
230
this.$childProcess.exec(`npm install --prefix ${pathToUnzippedInspector}`).wait();
231
}
232
-
+ this.$logger.out("Using inspector from cache.");
233
inspectorPath = pathToUnzippedInspector;
234
235
0 commit comments