Skip to content

Commit 5e49f19

Browse files
authored
refactor: rm extra else block in cli (#430)
1 parent 16d452d commit 5e49f19

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

packages/cli/index.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -268,10 +268,6 @@ const main = defineCommand({
268268
console.warn(
269269
`Server error checking ${longDepUrl} (${resource.status}), proceeding with publish`,
270270
);
271-
} else {
272-
console.warn(
273-
`Unexpected response checking ${longDepUrl} (${resource.status})`,
274-
);
275271
}
276272
} catch (error) {
277273
console.warn(

0 commit comments

Comments
 (0)