Skip to content

Commit 6c32ad2

Browse files
committed
fix broken SearchWorkerApp build
1 parent b381829 commit 6c32ad2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/vs/workbench/buildfile.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ exports.collectModules = function(excludes) {
2525
createModuleDescription('vs/workbench/parts/debug/node/telemetryApp', []),
2626

2727
createModuleDescription('vs/workbench/services/search/node/searchApp', []),
28+
createModuleDescription('vs/workbench/services/search/node/searchWorkerApp', []),
2829
createModuleDescription('vs/workbench/services/files/node/watcher/unix/watcherApp', []),
2930

3031
createModuleDescription('vs/workbench/node/extensionHostProcess', [])

0 commit comments

Comments
 (0)