Skip to content

Commit

Permalink
fix: require colorize in QueryLogger
Browse files Browse the repository at this point in the history
  • Loading branch information
vladfaust committed Sep 28, 2017
1 parent 292a30b commit 39ad324
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/query_logger.cr
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
require "time_format"
require "colorize"

# Logs queries.
class Core::QueryLogger
Expand Down

0 comments on commit 39ad324

Please sign in to comment.