mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-07-29 03:47:54 +00:00
macos: rename surface config working directory to not be ambiguous
This commit is contained in:
@@ -38,7 +38,7 @@ extension Ghostty.SurfaceConfiguration: ScriptRecord {
|
||||
|
||||
if let rawWorkingDirectory = raw["workingDirectory"] {
|
||||
guard let workingDirectory = rawWorkingDirectory as? String else {
|
||||
throw RecordParseError.invalidType(parameter: "working directory", expected: "text")
|
||||
throw RecordParseError.invalidType(parameter: "initial working directory", expected: "text")
|
||||
}
|
||||
|
||||
if !workingDirectory.isEmpty {
|
||||
|
||||
Reference in New Issue
Block a user