print error to console

This commit is contained in:
Slawomir Jaranowski
2019-10-01 22:25:13 +02:00
parent 67c2286c8f
commit cb7cfb850b

View File

@ -24,6 +24,7 @@ async function run() {
} catch (error) {
core.setFailed(error.message);
console.error(error);
}
}