mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2025-08-11 22:10:00 -04:00
use template
This commit is contained in:
parent
89db44bc6a
commit
d3f687a6a7
1 changed files with 1 additions and 1 deletions
|
@ -172,7 +172,7 @@ const fetchBitmapCanvas_ = function (costume, runtime, rotationCenter) {
|
|||
};
|
||||
})
|
||||
.catch(error => {
|
||||
log.warn(e.name, ': ',e.message);
|
||||
log.warn(`${e.name}: ${e.message}`);
|
||||
// Clean up the text layer properties if it fails to load
|
||||
delete costume.textLayerMD5;
|
||||
delete costume.textLayerAsset;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue