Skip to content

Commit

Permalink
Fix missing console output for regular files
Browse files Browse the repository at this point in the history
  • Loading branch information
edemaine committed Oct 18, 2022
1 parent adac22a commit ab4f32f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/svgtiler.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -2626,6 +2626,7 @@ class Driver extends HasSettings
continue
else
## Regular file
console.log '*', file
@maybeInit()
input = inputRequire file, @settings
###
Expand Down

0 comments on commit ab4f32f

Please sign in to comment.