Update build-windows.mjs

This commit is contained in:
Eugene 2024-12-25 02:37:11 +01:00
parent daa5687cfc
commit 90d0bbce23
No known key found for this signature in database
GPG Key ID: 5896FCBBDD1CF4F4

View File

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