mirror of
https://github.com/Eugeny/tabby.git
synced 2025-03-19 15:30:40 +08:00
Update build-windows.mjs
This commit is contained in:
parent
daa5687cfc
commit
90d0bbce23
@ -41,7 +41,7 @@ builder({
|
||||
if (out.toString().includes('FAILED')) {
|
||||
throw new Error(out.toString())
|
||||
}
|
||||
console.log(out)
|
||||
console.log(out.toString())
|
||||
} catch (e) {
|
||||
console.error(`Failed to sign ${configuration.path}`)
|
||||
console.error(e)
|
||||
|
Loading…
x
Reference in New Issue
Block a user