Migrate from tslint to eslint (will tighten rules in further commits)
This commit is contained in:
@@ -637,7 +637,10 @@ export class RegionCommands extends CommandsBase
|
||||
const newMat = {
|
||||
'Zipped': new LLSD.Binary(Array.from(zipped), 'BASE64')
|
||||
};
|
||||
this.currentRegion.caps.capsPutXML('RenderMaterials', newMat).then(() => {}).catch((err) =>
|
||||
this.currentRegion.caps.capsPutXML('RenderMaterials', newMat).then(() =>
|
||||
{
|
||||
|
||||
}).catch((err) =>
|
||||
{
|
||||
console.error(err);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user