mirror of
https://github.com/zen-browser/surfer.git
synced 2025-07-07 17:05:33 +02:00
bump version to 1.10.5 and add debug logging for patch copying
Some checks failed
CI / general (push) Has been cancelled
Some checks failed
CI / general (push) Has been cancelled
This commit is contained in:
parent
811acaa819
commit
fd234005ec
2 changed files with 3 additions and 1 deletions
|
@ -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": {
|
||||
|
|
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue