mirror of
https://github.com/Eugeny/tabby.git
synced 2025-08-29 12:41:51 +00:00
Update build-windows.mjs
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user