Turn on warnings

This commit is contained in:
Max Goedjen
2021-12-14 20:51:05 -08:00
parent 46c755f42c
commit 77e90044aa

View File

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