Browse Source

update Crystal to 0.7.7

master
rhysd 8 years ago
parent
commit
b9a9345277
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      README.md
  2. +1
    -1
      src/crisp/core.cr

+ 1
- 1
README.md View File

@ -35,7 +35,7 @@ Please see [mal test cases](https://github.com/rhysd/Crisp/tree/master/spec/cris
## Development Environment
- OS X
- Crystal 0.7.1 ~ 0.7.3
- Crystal 0.7.1 ~ 0.7.3 or 0.7.7
## License

+ 1
- 1
src/crisp/core.cr View File

@ -339,7 +339,7 @@ module Crisp
end
def time_ms(args)
p">(Time.now.to_i.to_i32) * 1000
Time.now.epoch_ms.to_i32
end
# Note:

Loading…
Cancel
Save