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

+2
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)