bump version to 1.10.5 and add debug logging for patch copying
Some checks failed
CI / general (push) Has been cancelled

This commit is contained in:
mr. M 2025-03-14 18:10:52 +01:00
parent 811acaa819
commit fd234005ec
No known key found for this signature in database
GPG key ID: CBD57A2AEDBDA1FB
2 changed files with 3 additions and 1 deletions

View file

@ -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": {

View file

@ -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
}