Skip to content

Commit

Permalink
出力結果に絵文字を足した
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyome22 committed Mar 12, 2022
1 parent 598bf1e commit 0bdc0b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Sources/LineCounterFramework/LineCounter.swift
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ public struct LineCounter {
lc.enumerateFilePaths(url: URL(fileURLWithPath: path))
}
if filePaths.isEmpty {
Swift.print("There was no file to read.")
Swift.print("⚠️ There was no file to read.")
} else {
let output = lc.output(filePaths, extentions, noWarnings)
Swift.print(output)
Swift.print("🎯 Result of LineCounter\n\(output)")
}
}

Expand Down

0 comments on commit 0bdc0b7

Please sign in to comment.