mirror of
https://github.com/Eugeny/tabby.git
synced 2025-07-20 02:18:01 +00:00
lint
This commit is contained in:
@@ -58,7 +58,7 @@ export class LocalProfilesService extends ProfileProvider<LocalProfile> {
|
||||
|
||||
if (focusedTab instanceof TerminalTabComponent && focusedTab.session) {
|
||||
profile.options ??= {}
|
||||
profile.options!.cwd = await focusedTab.session.getWorkingDirectory() ?? undefined
|
||||
profile.options.cwd = await focusedTab.session.getWorkingDirectory() ?? undefined
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user