mirror of
https://github.com/pry/pry.git
synced 2022-11-09 12:35:05 -05:00
Add -w flag so we block the term until it's done.
This commit is contained in:
parent
e89767bb0d
commit
44a466cf9e
1 changed files with 1 additions and 1 deletions
|
@ -154,7 +154,7 @@ class Pry
|
|||
when /^mate/, /^geany/
|
||||
"-l #{line_number} #{file_name}"
|
||||
when /^subl/
|
||||
"#{ file_name }:#{ line_number }"
|
||||
"-w #{ file_name }:#{ line_number }"
|
||||
when /^uedit32/
|
||||
"#{file_name}/#{line_number}"
|
||||
when /^jedit/
|
||||
|
|
Loading…
Reference in a new issue