| files.forEach( file -> { | ||
| try { | ||
| - clue( "Main.status.export.concat", file ); | ||
| - | ||
| if( validator.test( chapter.incrementAndGet() ) ) { | ||
| + clue( "Main.status.export.concat", file ); | ||
| + | ||
| text.append( readString( file ) ) | ||
| .append( eol ); |
| Author | DaveJarvis <email> |
|---|---|
| Date | 2023-03-28 17:22:03 GMT-0700 |
| Commit | d1cdf68bc7945b065419b0a3cc8a83951bf363bb |
| Parent | 79c78ed |
| Delta | 2 lines added, 2 lines removed |