Skip to content

Commit 6e8414f

Browse files
committed
fix: use named logger import in load config
1 parent f87a316 commit 6e8414f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config/load-config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import fs from 'fs';
88
import path from 'path';
99
import { fileURLToPath } from 'url';
1010
import { validateRagrcSchema } from './validate-schema.js';
11-
import logger from '../utils/logger.js';
11+
import { logger } from '../utils/logger.js';
1212

1313
const __filename = fileURLToPath(import.meta.url);
1414
const __dirname = path.dirname(__filename);

0 commit comments

Comments
 (0)