Skip to content

Commit

Permalink
CI fix: add None to Crystal::Debug enum
Browse files Browse the repository at this point in the history
  • Loading branch information
ysbaddaden committed Jan 4, 2017
1 parent df3fbb3 commit e189db6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/compiler/crystal/compiler.cr
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ require "crypto/md5"
module Crystal
@[Flags]
enum Debug
None = 0
LineNumbers
Variables
Default = LineNumbers
Expand Down

0 comments on commit e189db6

Please sign in to comment.