mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-02 22:41:31 +01:00
smoke - reimplement logging
This commit is contained in:
@@ -58,8 +58,8 @@ export async function startApp(args: minimist.ParsedArgs, options: ApplicationOp
|
||||
|
||||
await app.start();
|
||||
|
||||
if (args.log && options.testTitle) {
|
||||
app.logger.log('*** Test start:', options.testTitle);
|
||||
if (options.testTitle) {
|
||||
app.logger.log('Test start:', options.testTitle);
|
||||
}
|
||||
|
||||
return app;
|
||||
|
||||
Reference in New Issue
Block a user