We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7471f99 commit a096300Copy full SHA for a096300
1 file changed
script/fetch-cfa
@@ -63,7 +63,7 @@ module CFA
63
end
64
65
def logger
66
- @logger ||= Logger.new(STDOUT)
+ @logger ||= Logger.new($stdout)
67
68
69
private
0 commit comments