Explorar el Código

fixed parsing of imported templates

Gildas hace 6 años
padre
commit
70f122a159
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      lib/single-file/single-file-core.js

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

@@ -942,6 +942,7 @@ this.singlefile.lib.core = this.singlefile.lib.core || (() => {
 				options.insertFaviconLink = false;
 				options.doc = null;
 				options.win = null;
+				options.content = null;
 				options.url = resourceURL;
 				if (!Util.testIgnoredPath(resourceURL) && Util.testValidPath(resourceURL)) {
 					const processor = new Runner(options);