Turn on warnings

This commit is contained in:
Max Goedjen 2021-12-14 20:51:05 -08:00
parent 46c755f42c
commit 77e90044aa
No known key found for this signature in database
GPG Key ID: E58C21DD77B9B8E8
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ struct ShellConfigurationController {
} }
func addToShell(shellInstructions: ShellConfigInstruction) -> Bool { @MainActor func addToShell(shellInstructions: ShellConfigInstruction) -> Bool {
let openPanel = NSOpenPanel() let openPanel = NSOpenPanel()
// This is sync, so no need to strongly retain // This is sync, so no need to strongly retain
let delegate = Delegate(name: shellInstructions.shellConfigFilename) let delegate = Delegate(name: shellInstructions.shellConfigFilename)