Skip to content

Commit

Permalink
Update blueprints.js
Browse files Browse the repository at this point in the history
  • Loading branch information
mshima authored May 8, 2024
1 parent 2391c86 commit 1628504
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion generators/migrate/internal/blueprints.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ export function normalizeBlueprintName(blueprint) {
}

return ns.with({ unscoped: `generator-jhipster-${ns.unscoped}` }).toString();
} catch {}
} catch {
// Ignore
}

if (blueprint && blueprint.startsWith('@')) {
return blueprint;
Expand Down

0 comments on commit 1628504

Please sign in to comment.