mirror of
https://github.com/falcosecurity/falco.git
synced 2026-03-18 18:58:41 +00:00
Don't add newline to error
Instead, add it to the message printed containing the error.
This commit is contained in:
@@ -227,7 +227,7 @@ std::string falco_rules::get_context(const std::string &content, uint64_t lineno
|
||||
{
|
||||
ret += " ";
|
||||
}
|
||||
ret += "^\n";
|
||||
ret += "^";
|
||||
|
||||
return ret;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user