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 b9a805f commit 918be1cCopy full SHA for 918be1c
ingestion/src/process/prepare/codebase.ts
@@ -45,7 +45,7 @@ export class Codebase {
45
46
/* Handle data directory */
47
if (removeExisting && existsSync(this._dataDirPath)) rmSync(this._dataDirPath, { recursive: true })
48
- // mkdirSync(this._dataDirPath)
+ mkdirSync(this._dataDirPath)
49
}
50
51
private prepareFilesMetadata() {
0 commit comments