Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/sisl/D3Trees.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
zsunberg committed Sep 28, 2017
2 parents 094688c + 4f46356 commit 6490b0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/displays.jl
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ function inchrome(t::D3Tree)
show(f, MIME("text/html"), t)
end
if is_windows()
run(`start chrome "$fname"`)
run(`cmd /C start chrome "$fname"`)
else
run(`google-chrome $fname`)
end
Expand Down

0 comments on commit 6490b0f

Please sign in to comment.