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 2b9f9ea commit 0bf0171Copy full SHA for 0bf0171
src/initializeCommunicationDir.ts
@@ -8,7 +8,7 @@ import { userInfo } from "os";
8
export function initializeCommunicationDir() {
9
const communicationDirPath = getCommunicationDirPath();
10
11
- console.log(`Creating communication dir ${communicationDirPath}`);
+ console.debug(`Creating communication dir ${communicationDirPath}`);
12
mkdirSync(communicationDirPath, { recursive: true, mode: 0o770 });
13
14
const stats = lstatSync(communicationDirPath);
0 commit comments