mirror of
https://github.com/Microsoft/vscode
synced 2024-11-05 18:29:38 +00:00
Fix VERBOSE_LOGGING on worker process
This commit is contained in:
parent
7e57707393
commit
2304053ee9
1 changed files with 1 additions and 1 deletions
|
@ -171,7 +171,7 @@ export class Engine implements ISearchEngine<ISerializedFileMatch> {
|
|||
env: {
|
||||
AMD_ENTRYPOINT: 'vs/workbench/services/search/node/worker/searchWorkerApp',
|
||||
PIPE_LOGGING: 'true',
|
||||
VERBOSE_LOGGING: 'true'
|
||||
VERBOSE_LOGGING: process.env.VERBOSE_LOGGING
|
||||
}
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in a new issue