Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
chmelevskij committed Jan 20, 2023
1 parent d946ce7 commit 82477aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/tabs/osd.js
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ FONT.upload = async function ($progress) {
)
.then(function () {
console.log(
`Uploaded all ${FONT.data.characters.length} characters`
`Uploaded all ${FONT.data.characters.length} characters`,
);
gui_log(
i18n.getMessage("osdSetupUploadingFontEnd", {
Expand Down

0 comments on commit 82477aa

Please sign in to comment.