Skip to content

Commit 83e1cd4

Browse files
committed
Remove && true
1 parent 31dbbd2 commit 83e1cd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ui/SwiftBuildStatus.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ export class SwiftBuildStatus implements vscode.Disposable {
125125
for (const line of lines) {
126126
if (checkIfBuildComplete(line)) {
127127
update(name);
128-
return !isBuildTask && true;
128+
return !isBuildTask;
129129
}
130130
const progress = this.findBuildProgress(line);
131131
if (progress) {

0 commit comments

Comments
 (0)