diff --git a/daemon/fs/common.ts b/daemon/fs/common.ts index 3808aeec6..359480575 100644 --- a/daemon/fs/common.ts +++ b/daemon/fs/common.ts @@ -71,6 +71,7 @@ const applyJSONPatch = (content: T, patch: Patch["payload"]) => { content: patch.reduce(fjp.applyReducer, content), }; } catch (error) { + console.error(error); if ( error instanceof fjp.JsonPatchError && error.name === "TEST_OPERATION_FAILED" diff --git a/deno.json b/deno.json index a6c73af7b..350b8d1a2 100644 --- a/deno.json +++ b/deno.json @@ -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",