Skip to content

Commit

Permalink
Update generator.js
Browse files Browse the repository at this point in the history
  • Loading branch information
mshima authored May 8, 2024
1 parent 6072c84 commit 2391c86
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion generators/migrate/generator.js
Original file line number Diff line number Diff line change
Expand Up @@ -483,7 +483,9 @@ export default class extends BaseGenerator {

try {
await rm(absolutePath, { recursive: true });
} catch {}
} catch {
// Ignore
}
}

/**
Expand Down

0 comments on commit 2391c86

Please sign in to comment.