We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d1507d commit 4ff9f1fCopy full SHA for 4ff9f1f
src/env/node/git/git.ts
@@ -36,7 +36,7 @@ import { parseGitTagsDefaultFormat } from '../../../git/parsers/tagParser';
36
import { splitAt } from '../../../system/array';
37
import { configuration } from '../../../system/configuration';
38
import { log } from '../../../system/decorators/log';
39
-import { count, join } from '../../../system/iterable';
+import { join } from '../../../system/iterable';
40
import { Logger } from '../../../system/logger';
41
import { slowCallWarningThreshold } from '../../../system/logger.constants';
42
import { getLogScope } from '../../../system/logger.scope';
0 commit comments