Skip to content

Commit 540cfc8

Browse files
committed
Remove sneaky console.log
1 parent 44a11fb commit 540cfc8

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@feature-sliced/filesystem",
3-
"version": "2.2.2",
3+
"version": "2.2.3",
44
"description": "A set of utilities for locating and working with FSD roots in the file system.",
55
"scripts": {
66
"build": "tsup src/index.ts --dts --format esm,cjs --clean",

src/resolve-import.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ export function resolveImport(
4040
fileExists: (path: string) => boolean,
4141
directoryExists?: (path: string) => boolean,
4242
): string | null {
43-
console.log(normalizeCompilerOptions(tsCompilerOptions));
4443
return (
4544
ts.resolveModuleName(
4645
importedPath,

0 commit comments

Comments
 (0)