зеркало из https://github.com/microsoft/rudder.git
Smal fixes.
This commit is contained in:
Родитель
d74a4b6a0b
Коммит
740de89ae0
|
@ -61,7 +61,7 @@ namespace ScopeProgramAnalysis.Analysis
|
|||
s.WriteLine("Dependencies");
|
||||
foreach (var dep in this.Dependencies)
|
||||
{
|
||||
s.WriteLine("{0}: {1}", dep.Key, string.Join(",", dep.Value));
|
||||
s.WriteLine("{0}:{1}", dep.Key, string.Join(",", dep.Value));
|
||||
}
|
||||
s.WriteLine("Passthrough");
|
||||
s.WriteLine("{0}", string.Join(",", this.PassthroughColumns));
|
||||
|
|
|
@ -1240,6 +1240,7 @@ namespace ScopeProgramAnalysis
|
|||
catch (Exception e)
|
||||
{
|
||||
result.Error = true;
|
||||
result.ErrorMsg = e.Message;
|
||||
}
|
||||
|
||||
return result;
|
||||
|
|
Загрузка…
Ссылка в новой задаче