Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Clem-Fern committed Oct 17, 2024
1 parent f37a492 commit 59d0425
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tabby-terminal/src/tabContextMenu.ts
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ export class SaveAsProfileContextMenu extends TabContextMenuItemProvider {
}

const tab_options = tab.profile.options instanceof ConfigProxy ? (tab.profile.options as ConfigProxy).__getReal() : tab.profile.options
const options = {...tab_options}
const options = { ...tab_options }

const cwd = await tab.session?.getWorkingDirectory() ?? tab.profile.options.cwd
if (cwd) {
Expand Down

0 comments on commit 59d0425

Please sign in to comment.