Chomp log output from the build hook
This commit is contained in:
@@ -3091,7 +3091,7 @@ void DerivationGoal::handleChildOutput(int fd, const string & data)
|
||||
}
|
||||
|
||||
if (hook && fd == hook->fromHook.readSide.get())
|
||||
printError(data); // FIXME?
|
||||
printError(chomp(data));
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user