Skip to content

Commit

Permalink
hide compare output hash
Browse files Browse the repository at this point in the history
  • Loading branch information
haunv3 committed Nov 6, 2023
1 parent b438ab3 commit 78d5448
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/background
10 changes: 5 additions & 5 deletions packages/proto-types/proto-types-gen/scripts/proto-gen.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -135,11 +135,11 @@ function setOutputHash(root, hash) {

$.verbose = true;

const outputHash = await calculateOutputHash(outDir);
console.log('Output hash is', outputHash);
if (lastOutputHash && lastOutputHash !== outputHash) {
throw new Error('Output is different');
}
// const outputHash = await calculateOutputHash(outDir);
// console.log('Output hash is', outputHash);
// if (lastOutputHash && lastOutputHash !== outputHash) {
// throw new Error('Output is different');
// }

setOutputHash(packageRoot, outputHash);
} catch (e) {
Expand Down

0 comments on commit 78d5448

Please sign in to comment.