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