Skip to content

Commit c01af68

Browse files
committed
Rename getGeneralTasks to getDefaultTasks
1 parent afd6cc9 commit c01af68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/project/tasks.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ export class ProjectTasks {
100100
this.ide = ide;
101101
}
102102

103-
async getGeneralTasks() {
103+
async getDefaultTasks() {
104104
// General tasks
105105
const result = ProjectTasks.generalTasks.map(
106106
(task) =>

0 commit comments

Comments
 (0)