Skip to content

Commit

Permalink
Merge branch 'main' into mlaw/refactor-connection
Browse files Browse the repository at this point in the history
  • Loading branch information
tantaman authored Feb 12, 2025
2 parents a3f75df + c828074 commit 51e3a29
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/zero/src/zero-cache-dev.ts
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,7 @@ async function main() {
log(`${deployPermissionsScript} completed successfully.`);
return true;
}
logError(
`Errors in ${path} must be fixed before zero-cache can be started.`,
);
logError(`Failed to deploy permissions from ${path}.`);
return false;
}

Expand Down

0 comments on commit 51e3a29

Please sign in to comment.