Skip to content

Commit 37e314f

Browse files
toptobesCopilot
andauthored
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent 0dfe29e commit 37e314f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/control-connection.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -454,7 +454,7 @@ class ControlConnection extends events.EventEmitter {
454454
this._refreshInProgress = true;
455455

456456
try {
457-
return await this._unsafeDoRefresh(hostIterator)
457+
return await this._unsafeDoRefresh(hostIterator);
458458
} finally {
459459
this._refreshInProgress = false;
460460
}

0 commit comments

Comments
 (0)