Fixes #42513: Startup Performance regressed

This commit is contained in:
Dirk Baeumer
2018-02-01 15:02:22 +01:00
parent 1766dc59de
commit 519088548b

View File

@@ -86,6 +86,7 @@ function getCommit() {
} catch (exp) {
_commit = null;
}
return _commit || undefined;
}
function mkdirp(dir) {