fixes the node path

vnext
Paul Schneider 6 years ago
parent d97241ad22
commit a5535d99b2
1 changed files with 1 additions and 1 deletions

@ -12,7 +12,7 @@ namespace tests
[Fact]
void TestNodeJsForAnsitohtml ()
{
var procStart = new ProcessStartInfo("env", "/usr/bin/nodejs node_modules/ansi-to-html/bin/ansi-to-html");
var procStart = new ProcessStartInfo("nodejs", "node_modules/ansi-to-html/bin/ansi-to-html");
procStart.UseShellExecute = false;
procStart.RedirectStandardInput = true;
procStart.RedirectStandardOutput = true;

Loading…