From 46d9aabbdd37f458bc5b66900203ad1b078c9046 Mon Sep 17 00:00:00 2001 From: Eugene Pankov Date: Thu, 4 Jan 2018 21:38:02 +0100 Subject: [PATCH] configure() doesn't have to be async --- terminus-terminal/src/components/terminalTab.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terminus-terminal/src/components/terminalTab.component.ts b/terminus-terminal/src/components/terminalTab.component.ts index 426556cb..67c42f64 100644 --- a/terminus-terminal/src/components/terminalTab.component.ts +++ b/terminus-terminal/src/components/terminalTab.component.ts @@ -321,7 +321,7 @@ export class TerminalTabComponent extends BaseTabComponent { this.hterm.onVTKeystroke('\f') } - async configure (): Promise { + configure (): void { let config = this.config.store preferenceManager.set('font-family', `"${config.terminal.font}", "monospace-fallback", monospace`) this.setFontSize()