Skip to content

Commit

Permalink
fix: fix tasks error with config issue
Browse files Browse the repository at this point in the history
  • Loading branch information
phodal committed Apr 2, 2020
1 parent 8cbc134 commit b5f4a05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/shared/components/model/markdown.helper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -143,11 +143,11 @@ const MarkdownHelper = {

try {
tasks = JSON.parse(result).children;
tasks.config = config;
} catch (e) {
tasks = originTasks;
}

tasks.config = config;
return tasks;
},

Expand Down

0 comments on commit b5f4a05

Please sign in to comment.