소스 검색

The new line symbol is not required.

Kamil Piechaczek 5 년 전
부모
커밋
bb18271600
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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 ) {