mirror of
https://github.com/Jeuners/ECC.git
synced 2026-09-15 01:26:11 +02:00
fix: port safe ci cleanup from backlog
This commit is contained in:
parent
9a6080f2e1
commit
8f63697113
11 changed files with 28 additions and 16 deletions
|
|
@ -67,7 +67,7 @@ function findFileIssues(filePath) {
|
|||
|
||||
try {
|
||||
const content = getStagedFileContent(filePath);
|
||||
if (content == null) {
|
||||
if (content === null || content === undefined) {
|
||||
return issues;
|
||||
}
|
||||
const lines = content.split('\n');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue