mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
chore(img): add worker comments and watch task
This commit is contained in:
@@ -273,7 +273,9 @@ export class Img implements OnDestroy {
|
||||
|
||||
} else {
|
||||
// error :(
|
||||
console.error(`img, status: ${msg.status} ${msg.msg}`);
|
||||
if (msg.status) {
|
||||
console.error(`img, status: ${msg.status} ${msg.msg}`);
|
||||
}
|
||||
this._renderedSrc = this._tmpDataUri = null;
|
||||
this._dom.write(() => {
|
||||
this._isLoaded(false);
|
||||
|
||||
Reference in New Issue
Block a user