Skip to content

Commit

Permalink
Merge branch '@Filip131311/FixFingerprintManagment' of github.com:sof…
Browse files Browse the repository at this point in the history
…tware-mansion/react-native-ide into @Filip131311/FixFingerprintManagment
  • Loading branch information
filip131311 committed Nov 13, 2024
2 parents bad7a58 + 1475e12 commit 3e347c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vscode-extension/src/utilities/appCaches.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export function storeAppCache(key: string, value: string) {
try {
oldCaches = JSON.parse(fs.readFileSync(appCachesPath).toString());
} catch (e) {
Logger.warn(`Error parsing cold caches file for app ${getAppRootFolder()}`, e);
Logger.warn(`Error parsing old caches file for app ${getAppRootFolder()}`, e);
return undefined;
}
} else {
Expand Down

0 comments on commit 3e347c2

Please sign in to comment.