stop it
This commit is contained in:
parent
eba6c64008
commit
ef6508d19b
2 changed files with 2 additions and 2 deletions
2
.github/workflows/cider-chores.yml
vendored
2
.github/workflows/cider-chores.yml
vendored
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue