Feature/gitops #37
@@ -74,7 +74,7 @@ function requestCount() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function gitCalls() {
|
function gitCalls() {
|
||||||
const out = bash(`cat "${GIT_CALLS_FILE:-/dev/null}" 2>/dev/null || echo ""`).stdout;
|
const out = bash(`cat "${GIT_CALLS_FILE || '/dev/null'}" 2>/dev/null || echo ""`).stdout;
|
||||||
return out.split('\n').filter(l => l.length > 0);
|
return out.split('\n').filter(l => l.length > 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user