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.
2 parents 3a5bf66 + 5a1f346 commit 8693cf8Copy full SHA for 8693cf8
ingestion/src/process/prepare/codebase.ts
@@ -41,7 +41,7 @@ export class Codebase {
41
}
42
43
private initializeDataDirectory(removeExisting = false): void {
44
- this._dataDirName = "data" // uuid()
+ this._dataDirName = uuid()
45
this._dataDirPath = path.resolve(this._path, this._dataDirName)
46
47
/* Handle data directory */
0 commit comments