Skip to content

Commit

Permalink
Fix issue for opening files with a space
Browse files Browse the repository at this point in the history
  • Loading branch information
mmanela committed Jun 5, 2015
1 parent f72c97c commit 6dcdd35
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Chutzpah/ProcessHelper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ public BatchCompileResult RunBatchCompileProcess(BatchCompileConfiguration compi

public void LaunchFileInBrowser(string file, string browserName = null)
{
file = FileProbe.GenerateFileUrl(file);
var browserAppPath = BrowserPathHelper.GetBrowserPath(browserName);

var startInfo = new ProcessStartInfo();
Expand Down

0 comments on commit 6dcdd35

Please sign in to comment.