Skip to content

Commit 9f69a72

Browse files
author
ticaki
committed
one startup only
1 parent 2649016 commit 9f69a72

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

build/lib/controller/controller.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/lib/controller/controller.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/lib/controller/panel.js

-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/lib/controller/panel.js.map

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

eslint.config.mjs

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ export default [
2424
'node_modules',
2525
'templates',
2626
'.dev-data',
27+
'script/**/*.ts',
2728
]
2829
},
2930

src/lib/controller/controller.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ export class Controller extends Library.BaseClass {
5858
};
5959

6060
/**
61-
* Update Date every hour....
61+
* Update Date every day at 0:00:01....
6262
*
6363
* @returns void
6464
*/

src/lib/controller/panel.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -533,7 +533,7 @@ export class Panel extends BaseClass {
533533
} else {
534534
this.log.warn('is offline!');
535535
}
536-
this.restartLoops();
536+
//this.restartLoops();
537537
}
538538
this._isOnline = s;
539539
}

0 commit comments

Comments
 (0)