utils: output what files edit is opening. (#444)
Since we've moved all formulae to taps it's not necessarily obvious what the path for the files are otherwise.
This commit is contained in:
parent
252c701c59
commit
883b201c09
@ -431,6 +431,7 @@ def which_editor
|
||||
end
|
||||
|
||||
def exec_editor(*args)
|
||||
puts "Editing #{args.join "\n"}"
|
||||
safe_exec(which_editor, *args)
|
||||
end
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user