Fix package reference bug
This commit is contained in:
@@ -54,7 +54,7 @@ public class CommandExecutor
|
||||
while (!output.EndOfStream)
|
||||
{
|
||||
var line = await output.ReadLineAsync();
|
||||
_emitter.Warn(this, line);
|
||||
_emitter.Warn(this, line.ToString());
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user