Add build error writer (use bulk insert for improve performance)
This commit is contained in:
parent
a87bc8a9b2
commit
8f665ae710
4 changed files with 144 additions and 15 deletions
|
|
@ -222,7 +222,7 @@ class GithubBuild extends RemoteGitBuild
|
|||
}
|
||||
}
|
||||
|
||||
return parent::reportError($builder, $plugin, $message, $severity, $file, $lineStart, $lineEnd);
|
||||
parent::reportError($builder, $plugin, $message, $severity, $file, $lineStart, $lineEnd);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue