示例#1
0
文件: StepRunner.cs 项目: mrkmg/StePP
        private void CleanupActionOutput()
        {
            if (_step.LogPath != "-")
            {
                _currentActionOutput.Close();
            }

            _currentActionOutput = null;
        }
示例#2
0
 private void Cleanup()
 {
     _output.Close();
     _managerOutput.Close();
 }