WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 1f1d749

Browse files
committed
fix: restore accidentally removed dispose on finally
Signed-off-by: dankeboy36 <[email protected]>
1 parent b11bde1 commit 1f1d749

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

arduino-ide-extension/src/node/core-service-impl.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,8 @@ export class CoreServiceImpl extends CoreClientAware implements CoreService {
176176
};
177177

178178
startCompileStream();
179+
}).finally(() => {
180+
toDisposeOnFinally.dispose();
179181
});
180182
}
181183

0 commit comments

Comments
 (0)