We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a474d0 commit 06d616dCopy full SHA for 06d616d
src/sentry/process_runner.cr
@@ -18,7 +18,7 @@ module Sentry
18
@should_build = true,
19
@run_shards_install = false,
20
@should_play_audio = true,
21
- @colorize = true
+ @colorize = true,
22
)
23
@should_kill = false
24
@app_built = false
src/sentry_cli.cr
@@ -34,7 +34,7 @@ class SentryCli
34
def initialize(
35
@shard_src_path : String? = nil,
36
@shard_run_command : String? = nil,
37
- @opts : Array(String) = ARGV
+ @opts : Array(String) = ARGV,
38
39
end
40
0 commit comments