Fix variable name

This commit is contained in:
DD Liu 2019-09-04 11:26:23 -04:00
parent d3f687a6a7
commit e447f003a1

View file

@ -172,7 +172,7 @@ const fetchBitmapCanvas_ = function (costume, runtime, rotationCenter) {
}; };
}) })
.catch(error => { .catch(error => {
log.warn(`${e.name}: ${e.message}`); log.warn(`${error.name}: ${error.message}`);
// Clean up the text layer properties if it fails to load // Clean up the text layer properties if it fails to load
delete costume.textLayerMD5; delete costume.textLayerMD5;
delete costume.textLayerAsset; delete costume.textLayerAsset;