Skip to content

Commit 4d9ee53

Browse files
committed
fix merge error
1 parent 6f53694 commit 4d9ee53

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/lib/layout/layout.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -459,6 +459,9 @@ export function findNexusModules(tsConfig: ScanResult['tsConfig'], maybeAppModul
459459
} catch (error) {
460460
log.error('We could not find your nexus modules', { error })
461461
return []
462+
}
463+
}
464+
462465
function getBuildInfo(
463466
buildOutput: string | undefined,
464467
scanResult: ScanResult,

0 commit comments

Comments
 (0)