Skip to content

Commit 8845d11

Browse files
Remove log
Co-Authored-By: Jesse Katsumata <niconico.clarinet@gmail.com>
1 parent b34856c commit 8845d11

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/util/resolveConfigPath.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,7 @@ export default function resolveConfigPath(pathOrConfig) {
4848
const configPath = path.resolve(configFile)
4949
fs.accessSync(configPath)
5050
return configPath
51-
} catch (err) {
52-
console.log(err)
53-
}
51+
} catch (err) {}
5452
}
5553

5654
return null

0 commit comments

Comments
 (0)