Gildas 7 anni fa
parent
commit
3a2e888db2
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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
 	}
 
 	// -----