mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-03 15:01:57 +01:00
Fixes #48260: workspace.fetchTasks throws a TypeError
This commit is contained in:
@@ -285,9 +285,6 @@ namespace TaskDTO {
|
||||
}
|
||||
}
|
||||
}
|
||||
if (!result.execution) {
|
||||
return undefined;
|
||||
}
|
||||
return result;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user