Skip to content

Commit

Permalink
default outdir = 'j2ts'
Browse files Browse the repository at this point in the history
  • Loading branch information
Bartolomeo Sorrentino authored and Bartolomeo Sorrentino committed May 9, 2019
1 parent c982ef4 commit b946d87
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ public class TypescriptProcessor extends AbstractProcessorEx {
*/
private java.io.Writer openFile( Path file, String header ) throws IOException {

final FileObject out = super.getSourceOutputFile( Paths.get("ts"), file );
final FileObject out = super.getSourceOutputFile( Paths.get("j2ts"), file );

info( "output file [%s]", out.getName() );

Expand Down

0 comments on commit b946d87

Please sign in to comment.