-node => -ansii-to-html
This commit is contained in:
@ -18,6 +18,7 @@ namespace Yavsc.Helpers
|
||||
|
||||
public static Stream GetStream(StreamReader reader)
|
||||
{
|
||||
// FIXME get some more stable alternative
|
||||
var procStart = new ProcessStartInfo("node", "node_modules/ansi-to-html/bin/ansi-to-html")
|
||||
{
|
||||
UseShellExecute = false,
|
||||
|
Reference in New Issue
Block a user