Skip to content

Commit

Permalink
Add $cas: "if-updating-ent-props-did-not-change" syntax sugar
Browse files Browse the repository at this point in the history
  • Loading branch information
dimikot committed Aug 15, 2023
1 parent 21699da commit 5aa114f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Patch.ts
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ export class Patch {
// undo: e
const undoEntry = reEntries.find((entry) => entry.name === undoVersion);
if (!undoEntry) {
throw `"No such version on disk: ${undoVersion} (in ${this.registry.dir})`;
throw `No such version on disk: ${undoVersion} (in ${this.registry.dir})`;
}

return {
Expand Down

0 comments on commit 5aa114f

Please sign in to comment.