This commit is contained in:
Core 2022-09-16 17:24:33 +01:00
parent eba6c64008
commit ef6508d19b
No known key found for this signature in database
GPG key ID: 2AB8327FBA02D1C0
2 changed files with 2 additions and 2 deletions

View file

@ -63,7 +63,7 @@ jobs:
- name: Prettify code - name: Prettify code
uses: creyD/prettier_action@v4.2 uses: creyD/prettier_action@v4.2
with: with:
prettier_options: --write "src/**/*.{js,json,ts,css,less}" prettier_options: --write src/**/*.{js,json,ts,css,less}
- name: Commit Prettier Code - name: Commit Prettier Code
uses: stefanzweifel/git-auto-commit-action@v4.14.1 uses: stefanzweifel/git-auto-commit-action@v4.14.1

View file

@ -27,7 +27,7 @@ export class AppEvents {
*/ */
private start(): void { private start(): void {
AppEvents.initLogging(); AppEvents.initLogging();
console.info("[AppEvents] App started "); console.info("[AppEvents] App started");
/********************************************************************************************************************** /**********************************************************************************************************************
* Startup arguments handling * Startup arguments handling