Merge branch 'fsacer-patch-1' into dev

fix-for-1142
chris 2018-05-06 13:58:30 -04:00
commit f41ffbea67
1 changed files with 2 additions and 2 deletions

View File

@ -27,8 +27,8 @@ namespace cmd
pipeline.Commands.AddScript(decodedScript);
pipeline.Commands.Add("Out-String");
pipeline.Commands.Add("Out-Default");
pipeline.Invoke();
}
}
}
}