Skip to content

Commit e5331ce

Browse files
Add initialization log for Framework class
1 parent 974fd56 commit e5331ce

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,8 @@ export class Framework {
161161
}
162162
}
163163
/* -- Initialize Framework -- */
164+
165+
console.log(`Framework: ${this.config.Framework} initialized.`);
164166
}
165167

166168
/**

0 commit comments

Comments
 (0)