Skip to content

Commit 6d2512b

Browse files
committed
chore: prettier format copy-db.ts
1 parent 9670c12 commit 6d2512b

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

dev-scripts/src/commands/copy-db.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,9 @@ export async function runCopyDb(args: string[]): Promise<void> {
248248
// at the same place would destroy the only copy.
249249
if (isSameEndpoint(src, dst)) {
250250
throw new Error(
251-
`src and dst point to the same endpoint (${describe(src)}). Refusing to continue — dropping dst would destroy src.`
251+
`src and dst point to the same endpoint (${describe(
252+
src
253+
)}). Refusing to continue — dropping dst would destroy src.`
252254
);
253255
}
254256

0 commit comments

Comments
 (0)