-node => -ansii-to-html

This commit is contained in:
2021-03-17 19:26:47 +00:00
parent f6daca082c
commit 113fe437cf
6 changed files with 4 additions and 16 deletions

View File

@ -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,