Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 1f1d749

Browse filesBrowse files
committed
fix: restore accidentally removed dispose on finally
Signed-off-by: dankeboy36 <dankeboy36@gmail.com>
1 parent b11bde1 commit 1f1d749
Copy full SHA for 1f1d749

File tree

Expand file treeCollapse file tree

1 file changed

+2
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-0
lines changed

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

Copy file name to clipboardExpand all lines: arduino-ide-extension/src/node/core-service-impl.ts
+2Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.