Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/vs/platform/files/node/watcher/watcherClient.ts')
-rw-r--r--src/vs/platform/files/node/watcher/watcherClient.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vs/platform/files/node/watcher/watcherClient.ts b/src/vs/platform/files/node/watcher/watcherClient.ts
index 465f8421d06..221f7629496 100644
--- a/src/vs/platform/files/node/watcher/watcherClient.ts
+++ b/src/vs/platform/files/node/watcher/watcherClient.ts
@@ -26,7 +26,7 @@ export class UniversalWatcherClient extends AbstractUniversalWatcherClient {
// Fork the universal file watcher and build a client around
// its server for passing over requests and receiving events.
const client = disposables.add(new Client(
- FileAccess.asFileUri('bootstrap-fork', require).fsPath,
+ FileAccess.asFileUri('bootstrap-fork').fsPath,
{
serverName: 'File Watcher',
args: ['--type=fileWatcher'],