Archived
chore: fix lint baseline
This commit is contained in:
@@ -88,6 +88,7 @@ function parseStatus(raw: string): GitStatusResponse {
|
||||
}
|
||||
|
||||
function stateFor(code: string | undefined): GitFileState {
|
||||
if (code === undefined) return "unmodified";
|
||||
switch (code) {
|
||||
case ".": return "unmodified";
|
||||
case "M": return "modified";
|
||||
|
||||
Reference in New Issue
Block a user