Skip to content

Commit

Permalink
im dumb dumb
Browse files Browse the repository at this point in the history
  • Loading branch information
dholms committed Nov 3, 2023
1 parent 69d863f commit 8aa20ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/pds/src/migrate-script/migrate-all.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export const runScript = async () => {
completed++
} catch (err) {
// @ts-ignore
console.log(err[message])
console.log(err?.message)
await db
.updateTable('status')
.set({ failed: 1 })
Expand Down

0 comments on commit 8aa20ef

Please sign in to comment.