Make SyncTask work with globebrowsing scripts

Add additional error information to http request
This commit is contained in:
Alexander Bock
2017-12-24 01:45:22 +01:00
parent 079627e4c1
commit c7c4f01f26
4 changed files with 75 additions and 16 deletions
+22 -8
View File
@@ -1,8 +1,22 @@
return {{
Type = "SyncAssetTask",
Asset = "solarsystem"
},
{
Type = "SyncAssetTask",
Asset = "newhorizons"
}}
return {
{
Type = "SyncAssetTask",
Asset = "dawn"
},
{
Type = "SyncAssetTask",
Asset = "default"
},
{
Type = "SyncAssetTask",
Asset = "newhorizons"
},
{
Type = "SyncAssetTask",
Asset = "osirisrex"
},
{
Type = "SyncAssetTask",
Asset = "rosetta"
}
}