Gildas 4 лет назад
Родитель
Сommit
4b30116ade
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      lib/single-file/processors/hooks/content/content-hooks-frames.js

+ 1 - 1
lib/single-file/processors/hooks/content/content-hooks-frames.js

@@ -146,7 +146,7 @@ function injectedScript() {
 		let warningFontFaceDisplayed;
 		let warningFontFaceDisplayed;
 		globalThis.FontFace = function () {
 		globalThis.FontFace = function () {
 			if (!warningFontFaceDisplayed) {
 			if (!warningFontFaceDisplayed) {
-				warn("SingleFile is hooking the FontFace constructor to get font URLs."); // eslint-disable-line no-console
+				warn("SingleFile is hooking the FontFace constructor to get font URLs.");
 				warningFontFaceDisplayed = true;
 				warningFontFaceDisplayed = true;
 			}
 			}
 			const detail = {};
 			const detail = {};