mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-15 21:01:05 +01:00
logging - put storage tracing behind a flag to reduce spam
This commit is contained in:
@@ -322,7 +322,7 @@ class SharedProcessMain extends Disposable {
|
||||
return;
|
||||
}
|
||||
|
||||
logService.error(message);
|
||||
logService.error(`[uncaught exception in sharedProcess]: ${message}`);
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user