Skip to content

Commit

Permalink
debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
soutaro committed May 15, 2020
1 parent c748d75 commit bf0135c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/langserver_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ def dirs
end

def langserver_command(steepfile=nil)
"#{__dir__}/../exe/steep langserver --log-level=error".tap do |s|
"#{__dir__}/../exe/steep langserver --log-level=debug".tap do |s|
if steepfile
s << " --steepfile=#{steepfile}"
end
Expand Down

0 comments on commit bf0135c

Please sign in to comment.