Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Eugeny committed Mar 21, 2023
1 parent 0f71618 commit 9251381
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion scripts/vars.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ export const builtinPlugins = [
'tabby-ssh',
'tabby-serial',
'tabby-telnet',
'tabby-electron',
'tabby-local',
'tabby-electron',
'tabby-plugin-manager',
'tabby-linkifier',
]
Expand Down
2 changes: 1 addition & 1 deletion tabby-electron/src/pty.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export class ElectronPTYProxy extends PTYProxy {
return this.id
}

getTruePID(): Promise<number> {
getTruePID (): Promise<number> {
return this.truePID
}

Expand Down
3 changes: 1 addition & 2 deletions tabby-local/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { FormsModule } from '@angular/forms'
import { NgbModule } from '@ng-bootstrap/ng-bootstrap'
import { ToastrModule } from 'ngx-toastr'

import TabbyCorePlugin, { HostAppService, ToolbarButtonProvider, TabRecoveryProvider, ConfigProvider, HotkeysService, HotkeyProvider, TabContextMenuItemProvider, CLIHandler, ConfigService, ProfileProvider } from 'tabby-core'
import TabbyCorePlugin, { HostAppService, ToolbarButtonProvider, TabRecoveryProvider, ConfigProvider, HotkeysService, HotkeyProvider, TabContextMenuItemProvider, CLIHandler, ProfileProvider } from 'tabby-core'
import TabbyTerminalModule from 'tabby-terminal'
import { SettingsTabProvider } from 'tabby-settings'

Expand Down Expand Up @@ -71,7 +71,6 @@ export default class LocalTerminalModule { // eslint-disable-line @typescript-es
hotkeys: HotkeysService,
terminal: TerminalService,
hostApp: HostAppService,
config: ConfigService,
) {
hotkeys.hotkey$.subscribe(async (hotkey) => {
if (hotkey === 'new-tab') {
Expand Down

0 comments on commit 9251381

Please sign in to comment.