Skip to content

Commit 17995dc

Browse files
committedFeb 5, 2025·
chore: wip
1 parent a68711c commit 17995dc

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed
 

‎storage/framework/core/orm/src/utils.ts

-2
Original file line numberDiff line numberDiff line change
@@ -1060,7 +1060,6 @@ export async function generateModelFiles(modelStringFile?: string): Promise<void
10601060
log.success('Wrote Table Names')
10611061
}
10621062
catch (error) {
1063-
throw error
10641063
handleError('Error while writing Table Names', error)
10651064
}
10661065

@@ -1130,7 +1129,6 @@ export async function generateModelFiles(modelStringFile?: string): Promise<void
11301129
await ensureCodeStyle()
11311130
}
11321131
catch (error) {
1133-
throw error
11341132
handleError('Error while generating model files', error)
11351133
}
11361134
}

0 commit comments

Comments
 (0)
Please sign in to comment.