Skip to content

Commit

Permalink
trace
Browse files Browse the repository at this point in the history
  • Loading branch information
simon louvet committed Jun 5, 2024
1 parent b4b2d8f commit 65485f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main/server/workspaceComponentInitialize/httpProvider.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ class HttpProvider {
const pendingWork = this.pendingWork[messageObject.tracerId]
console.log('_______process-end 3')
if(pendingWork){
delete this.pendingWork[tracerId];
delete this.pendingWork[messageObject.tracerId];
}
console.log('_______process-end 4')
}, {
Expand Down

0 comments on commit 65485f2

Please sign in to comment.