mP1 / j2cl-maven-plugin

Java to javascript maven plugin that uses several Google java/javascript compilers and tools
Apache License 2.0
8 stars 3 forks source link

Extra newline when logging closure task parameters #649

Open mP1 opened 1 year ago

mP1 commented 1 year ago
INFO] [INFO]                     --js
[INFO] [DEBUG]         
[INFO] [DEBUG]                         /Users/miroslav/repos-github/walkingkooka-spreadsheet/target/it-tests/junit-test/target/walkingkooka-j2cl-maven-plugin-cache/walkingkooka--walkingkooka-spreadsheet-it-junit-test--jar--1.0-ce60830947184d82e9748f1eee04fb7ebde47c91/7-closure-compile/sources/**/*.js
[INFO] [INFO]         
[INFO] [INFO]                     --js_output_file
[INFO] [DEBUG]         
[INFO] [DEBUG]                         /Users/miroslav/repos-github/walkingkooka-spreadsheet/target/it-tests/junit-test/target/walkingkooka-j2cl-maven-plugin-cache/walkingkooka--walkingkooka-spreadsheet-it-junit-test--jar--1.0-ce60830947184d82e9748f1eee04fb7ebde47c91/7-closure-compile/output/test.JunitTest.js
[INFO] [INFO]         
[INFO] [INFO]                     --language_out
[INFO] [DEBUG]         
[INFO] [DEBUG]                         ECMASCRIPT_2016
mP1 commented 1 year ago

Not IndentingPrinter: added some tests and empty lines didnt happen.

https://github.com/mP1/walkingkooka-text-printer/pull/64