File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed
Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -136,12 +136,6 @@ function findProjectRootContainingFile(
136136function findProjectRootMatchingDir (
137137 source : NormalizedPath ,
138138) : NormalizedPath | null {
139- console . log ( {
140- source,
141- searchType : "directory" ,
142- projectsFilesKeys : Array . from ( projectsFiles . keys ( ) ) ,
143- } ) ;
144-
145139 let foundRootFromProjectFiles : NormalizedPath | null = null ;
146140 for ( const rootPath of projectsFiles . keys ( ) ) {
147141 // Both are normalized, so direct comparison works
@@ -552,8 +546,6 @@ export function computeWorkspaceRootPathFromLockfile(
552546 path . resolve ( projectRootPath , rescriptLockPartialPath ) ,
553547 ] ;
554548
555- console . log ( projectRewatchLockfiles ) ;
556-
557549 const foundRewatchLockfileInProjectRoot = projectRewatchLockfiles . some (
558550 ( lockFile ) => fs . existsSync ( lockFile ) ,
559551 ) ;
You can’t perform that action at this time.
0 commit comments