Skip to content

Commit c414238

Browse files
committed
fmt
1 parent 848d8de commit c414238

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/storage.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,9 @@ export class Storage {
142142
this.output.info("Got server version", buildInfo.version);
143143
const parsedVersion = semver.parse(buildInfo.version);
144144
if (!parsedVersion) {
145-
throw new Error(`Got invalid version from deployment: ${buildInfo.version}`)
145+
throw new Error(
146+
`Got invalid version from deployment: ${buildInfo.version}`,
147+
);
146148
}
147149

148150
// Check if there is an existing binary and whether it looks valid. If it

0 commit comments

Comments
 (0)