Skip to content

Commit

Permalink
chore: wip
Browse files Browse the repository at this point in the history
  • Loading branch information
glennmichael123 committed Feb 5, 2025
1 parent a68711c commit 17995dc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions storage/framework/core/orm/src/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1060,7 +1060,6 @@ export async function generateModelFiles(modelStringFile?: string): Promise<void
log.success('Wrote Table Names')
}
catch (error) {
throw error
handleError('Error while writing Table Names', error)
}

Expand Down Expand Up @@ -1130,7 +1129,6 @@ export async function generateModelFiles(modelStringFile?: string): Promise<void
await ensureCodeStyle()
}
catch (error) {
throw error
handleError('Error while generating model files', error)
}
}
Expand Down

0 comments on commit 17995dc

Please sign in to comment.