Skip to content

Commit

Permalink
fix: loading of aurora-data-api driver (#4765)
Browse files Browse the repository at this point in the history
  • Loading branch information
ArsenyYankovsky authored and pleerock committed Oct 3, 2019
1 parent ee61c51 commit fbb8947
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/platform/PlatformTools.ts
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,8 @@ export class PlatformTools {
case "glob":
return require("glob");

case "typeorm-aurora-data-api-driver":
return require("typeorm-aurora-data-api-driver");
/**
* default
*/
Expand Down

0 comments on commit fbb8947

Please sign in to comment.