mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-25 12:47:14 +00: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