Explorar o código

modularize.js supports CRLF new line code

Takahiro %!s(int64=5) %!d(string=hai) anos
pai
achega
9fcc7b73aa
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      utils/modularize.js

+ 1 - 1
utils/modularize.js

@@ -252,7 +252,7 @@ function convert( path, exampleDependencies, ignoreList ) {
 
 	// remove examples/js deprecation warning
 
-	contents = contents.replace( /^console\.warn.*\n/, '' );
+	contents = contents.replace( /^console\.warn.*(\r\n|\r|\n)/, '' );
 
 	// imports