updated logs

This commit is contained in:
2022-06-08 10:29:48 -05:00
parent 55f2a7461a
commit 05d11f11ec
3 changed files with 3 additions and 12 deletions

View File

@@ -44,6 +44,7 @@ async function compileProject(
},
})
} catch (e) {
console.error(name, e)
error = (e as BuildFailure).message
}