Skip to content

Commit e6bf6d4

Browse files
committed
chore: align await usage in folder flow
1 parent 8679ce0 commit e6bf6d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/engine/TemplateChoiceEngine.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ export class TemplateChoiceEngine extends TemplateEngine {
289289
return "";
290290
}
291291

292-
return this.getOrCreateFolder([activeFile.parent.path], {
292+
return await this.getOrCreateFolder([activeFile.parent.path], {
293293
allowCreate: true,
294294
topItems,
295295
});

0 commit comments

Comments
 (0)