提交 ee15e792 编写于 作者: Huan (李卓桓)'s avatar Huan (李卓桓)

code clean

上级 a78b3db3
......@@ -197,9 +197,9 @@ export class PuppetWeb extends Puppet {
type: 'logout',
}))
dog.on('reset', async (food, left) => {
log.warn('PuppetWeb', 'initScanWatchdog() on(reset) lastFood: %s, timeLeft: %s',
food.data, left)
dog.on('reset', async (food, time) => {
log.warn('PuppetWeb', 'initScanWatchdog() on(reset) lastFood: %s, time: %s',
food.data, time)
try {
await this.bridge.reload()
} catch (e) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册