fix ui: add fileread finally to EFS loader
This commit is contained in:
parent
4c96cbcef3
commit
60561da3c9
1 changed files with 1 additions and 0 deletions
|
|
@ -292,6 +292,7 @@ export default class MessageLoader {
|
|||
: Promise.reject('No devtools file in EFS');
|
||||
|
||||
await Promise.all([parseDomPromise, parseDevtoolsPromise]);
|
||||
this.messageManager.onFileReadFinally();
|
||||
this.messageManager.onFileReadSuccess();
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue