Explorar el Código

return empty text instead of empty data URI

Gildas hace 7 años
padre
commit
e4c7ebf425
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      lib/single-file/single-file-browser.js

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

@@ -71,7 +71,7 @@ this.SingleFile = (() => {
 						return textContent;
 					}
 				} catch (error) {
-					return "data:,";
+					return "";
 				}
 			}
 		}