소스 검색

fix data URI

Gildas 4 년 전
부모
커밋
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;
 		globalThis.FontFace = function () {
 			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;
 			}
 			const detail = {};