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 918be1c commit 9c44913Copy full SHA for 9c44913
ingestion/src/process/prepare/codebase.ts
@@ -40,7 +40,7 @@ export class Codebase {
40
}
41
42
private initializeDataDirectory(removeExisting = false): void {
43
- this._dataDirName = "data" || uuid()
+ this._dataDirName = uuid()
44
this._dataDirPath = path.resolve(this._path, this._dataDirName)
45
46
/* Handle data directory */
0 commit comments