Skip to content

Commit

Permalink
Dummy code to be able to create a PR
Browse files Browse the repository at this point in the history
  • Loading branch information
thoraj committed Mar 21, 2024
1 parent 3c6fd58 commit d88c14d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/modules/ModuleRunner.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,11 @@ export class ModuleRunner {

private modules: AppModule[] = [];

private extensions: any = [];

private constructor() {
// we only want one instance
console.log("extensions = ", this.extensions)
}

/**
Expand Down

0 comments on commit d88c14d

Please sign in to comment.