Explorar el Código

The new line symbol is not required.

Kamil Piechaczek hace 5 años
padre
commit
bb18271600
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      scripts/docs/build-content-styles.js

+ 1 - 1
scripts/docs/build-content-styles.js

@@ -619,7 +619,7 @@ function displayNewPluginsTable( newPlugins ) {
 		table.push( [ data.pluginName, modulePath ] );
 	}
 
-	console.log( table.toString() + '\n' );
+	console.log( table.toString() );
 }
 
 function normalizePath( modulePath ) {