From fd234005ec6d18c563b10ef2d11305fa538873cd Mon Sep 17 00:00:00 2001 From: "mr. M" Date: Fri, 14 Mar 2025 18:10:52 +0100 Subject: [PATCH] bump version to 1.10.5 and add debug logging for patch copying --- package.json | 2 +- src/commands/patches/copy-patches.ts | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 646b955..8cef068 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@zen-browser/surfer", - "version": "1.10.4", + "version": "1.10.5", "description": "Simplifying building firefox forks!", "main": "index.js", "bin": { diff --git a/src/commands/patches/copy-patches.ts b/src/commands/patches/copy-patches.ts index 8b0454b..671929e 100644 --- a/src/commands/patches/copy-patches.ts +++ b/src/commands/patches/copy-patches.ts @@ -57,6 +57,8 @@ export const copyManual = async ( ) } } catch (e) { + console.info("name: ", name) + console.info("patchName: ", patchName) console.error(e) // Just in case we have an error }