mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-27 12:04:04 +01:00
Fixes #42513: Startup Performance regressed
This commit is contained in:
@@ -86,6 +86,7 @@ function getCommit() {
|
||||
} catch (exp) {
|
||||
_commit = null;
|
||||
}
|
||||
return _commit || undefined;
|
||||
}
|
||||
|
||||
function mkdirp(dir) {
|
||||
|
||||
Reference in New Issue
Block a user