소스 검색

formatting

Gildas 7 년 전
부모
커밋
3a2e888db2
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      lib/single-file/single-file-core.js

+ 1 - 1
lib/single-file/single-file-core.js

@@ -1199,7 +1199,7 @@ this.SingleFileCore = this.SingleFileCore || (() => {
 	}
 
 	function log(...args) {
-		console.log("S-File", ...args); // eslint-disable-line no-console
+		console.log("S-File <core>   ", ...args); // eslint-disable-line no-console
 	}
 
 	// -----