Skip to content

Commit f58a876

Browse files
committed
1 parent a8af534 commit f58a876

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coderibbon-theia/src/browser/cr-fuzzy-file-opener.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export class CodeRibbonFuzzyFileOpenerWidget extends ReactWidget {
1313
static readonly LABEL = "CodeRibbon Fuzzy File Finder";
1414

1515
@postConstruct()
16-
protected async init(): Promise<void> {
16+
protected init(): void {
1717
this.id = CodeRibbonFuzzyFileOpenerWidget.ID;
1818
this.title.label = CodeRibbonFuzzyFileOpenerWidget.LABEL;
1919
this.title.caption = CodeRibbonFuzzyFileOpenerWidget.LABEL;

0 commit comments

Comments
 (0)