Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
tlgimenes committed Aug 22, 2024
1 parent 5d4fff0 commit 3bf117d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions daemon/fs/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ const applyJSONPatch = <T>(content: T, patch: Patch["payload"]) => {
content: patch.reduce<T>(fjp.applyReducer, content),
};
} catch (error) {
console.error(error);
if (
error instanceof fjp.JsonPatchError &&
error.name === "TEST_OPERATION_FAILED"
Expand Down
2 changes: 1 addition & 1 deletion deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@deco/deco",
"version": "1.91.0-alpha.1",
"version": "1.91.0-alpha.2",
"exports": {
".": "./mod.ts",
"./htmx": "./runtime/htmx/mod.ts",
Expand Down

0 comments on commit 3bf117d

Please sign in to comment.