comment to explain option

This commit is contained in:
Sebastian Qvarfordt
2020-09-21 16:51:46 +02:00
parent 525aabeb47
commit b80a833323
+1
View File
@@ -26,6 +26,7 @@ import { InputError } from '@backstage/backend-common';
import { RemoteProtocol } from './techdocs/stages/prepare/types';
import { Logger } from 'winston';
// Enables core.longpaths on windows to prevent crashing when checking out repos with long foldernames and/or deep nesting
// @ts-ignore
NodeGit.Libgit2.opts(28, 1);