Przeglądaj źródła

The new line symbol is not required.

Kamil Piechaczek 5 lat temu
rodzic
commit
bb18271600
1 zmienionych plików z 1 dodań i 1 usunięć
  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 ) {