log asset

This commit is contained in:
Joao Moreno
2018-01-19 14:24:56 +01:00
parent 7032bc2888
commit f01d2d2d7d

View File

@@ -240,6 +240,8 @@ async function publish(commit: string, quality: string, platform: string, type:
asset.supportsFastUpdate = true;
}
console.log('Asset:', JSON.stringify(asset, null, ' '));
const release = {
id: commit,
timestamp: (new Date()).getTime(),