1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-07-25 17:02:04 +03:00
This commit is contained in:
Jaiwanth
2021-06-25 14:58:59 +05:30
parent abbe047bfd
commit c885cd719f
2 changed files with 2 additions and 1 deletions

View File

@ -70,7 +70,7 @@ export default class PlainTextExporter extends Exporter {
}
} catch (error) {
mediaText = " (" + _t("Error fetching file") + ")";
console.log("Error fetching file" + error);
console.log("Error fetching file " + error);
}
} else mediaText = ` (${this.mediaOmitText})`;
}