Fix bug and refactor
This commit is contained in:
parent
ba1c823fb1
commit
136b13e7ca
10 changed files with 101 additions and 104 deletions
|
|
@ -113,8 +113,7 @@ export default define({
|
|||
|
||||
this.connection.on('stats', this.onStats);
|
||||
this.connection.on('statsLog', this.onStatsLog);
|
||||
this.connection.send({
|
||||
type: 'requestLog',
|
||||
this.connection.send('requestLog',{
|
||||
id: Math.random().toString()
|
||||
});
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue