Add undefined as a possible value to gitCommitHash

This commit is contained in:
harryadel
2023-03-17 13:42:35 +02:00
parent 259a9fa7b0
commit feba76909f

View File

@@ -487,7 +487,7 @@ export namespace Meteor {
/** True if running in development environment. */
var isDevelopment: boolean;
var isModern: boolean;
var gitCommitHash: string;
var gitCommitHash: string | undefined;
var isTest: boolean;
var isAppTest: boolean;
var isPackageTest: boolean;