An Oauth client handler, from abstract
This commit is contained in:
parent
c590930d09
commit
fca6b46c92
18 changed files with 710 additions and 649 deletions
|
|
@ -18,7 +18,7 @@ namespace Yavsc.Helpers
|
|||
|
||||
public static Stream GetStream(StreamReader reader)
|
||||
{
|
||||
var procStart = new ProcessStartInfo("/usr/bin/nodejs", "node_modules/ansi-to-html/bin/ansi-to-html");
|
||||
var procStart = new ProcessStartInfo("node", "node_modules/ansi-to-html/bin/ansi-to-html");
|
||||
procStart.UseShellExecute = false;
|
||||
procStart.RedirectStandardInput = true;
|
||||
procStart.RedirectStandardOutput = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue