Skip to content

Commit 77464b4

Browse files
committed
hotfix
1 parent 346b756 commit 77464b4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/core/taskmaster/exec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ const tmai = new TaskMaster({
5353
tasksFilePath: TASKS_PATH,
5454
isTestMode: false,
5555
});
56-
const tasks = await tmai.getTasksContentAsync();
5756

5857
// TODO: done
5958
export async function tmaiInitAsync() {
@@ -114,6 +113,7 @@ export async function tmaiGenAsync() {
114113

115114
// TODO: in-progress
116115
export async function tmaiManageAsync() {
116+
const tasks = await tmai.getTasksContentAsync();
117117
const { tmaiManageMenu } = await inquirer.prompt(tmaiManageMenu_prompt);
118118

119119
switch (tmaiManageMenu) {

0 commit comments

Comments
 (0)