fix: throw an error when trying to edit config for nonexistent app #69
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "knoflook:config-fix"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
closes #67
@ -38,2 +38,4 @@
}
if appFiles[appName].Path == "" {
return errors.New("app doesn't exist")
Doing some refactoring and got a fix in
273db078b0
for this. Aiming to spare you the merge conflict 🤕 Will close this off. Thanks!Pull request closed