Skip to content

Commit 6c543fd

Browse files
committed
added log to openAppInspector
1 parent 93fc046 commit 6c543fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/services/ios-debug-service.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ class IOSDebugService implements IDebugService {
229229
this.$childProcess.exec(`tar -xf ${inspectorTgzPathInCache} -C ${pathToPackageInCache}`).wait();
230230
this.$childProcess.exec(`npm install --prefix ${pathToUnzippedInspector}`).wait();
231231
}
232-
232+
this.$logger.out("Using inspector from cache.");
233233
inspectorPath = pathToUnzippedInspector;
234234
}
235235

0 commit comments

Comments
 (0)