Skip to content

Commit 45d5d15

Browse files
committed
Fix path
1 parent 63ae36a commit 45d5d15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/workbench/buildfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ exports.collectModules = function () {
2222
createModuleDescription('vs/workbench/parts/debug/node/telemetryApp', []),
2323

2424
createModuleDescription('vs/workbench/services/search/node/searchApp', []),
25-
createModuleDescription('vs/workbench/services/search/node/worker/searchWorkerApp', []),
25+
createModuleDescription('vs/workbench/services/search/node/legacy/worker/searchWorkerApp', []),
2626
createModuleDescription('vs/workbench/services/files/node/watcher/unix/watcherApp', []),
2727
createModuleDescription('vs/workbench/services/files/node/watcher/nsfw/watcherApp', []),
2828

0 commit comments

Comments
 (0)