mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-04-21 10:28:44 -05:00
Make SyncTask work with globebrowsing scripts
Add additional error information to http request
This commit is contained in:
+22
-8
@@ -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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user