Skip to content

Commit

Permalink
Update PlatformBuildCache.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
kmagiera authored Oct 30, 2024
1 parent 655535a commit a0f3b32
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ export class PlatformBuildCache {
const fingerprint = await createFingerprintAsync(getAppRootFolder(), {
ignorePaths: IGNORE_PATHS,
});
Logger.debug("App folder fingerprint", fingerprint.hash);
Logger.log("App folder fingerprint", fingerprint.hash);
return fingerprint.hash;
}

Expand Down

0 comments on commit a0f3b32

Please sign in to comment.