Skip to content

Commit 5190885

Browse files
committed
Fixes #42513: Startup Performance regressed
1 parent 1766dc5 commit 5190885

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ function getCommit() {
8686
} catch (exp) {
8787
_commit = null;
8888
}
89+
return _commit || undefined;
8990
}
9091

9192
function mkdirp(dir) {

0 commit comments

Comments
 (0)