We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9670c12 commit 6d2512bCopy full SHA for 6d2512b
1 file changed
dev-scripts/src/commands/copy-db.ts
@@ -248,7 +248,9 @@ export async function runCopyDb(args: string[]): Promise<void> {
248
// at the same place would destroy the only copy.
249
if (isSameEndpoint(src, dst)) {
250
throw new Error(
251
- `src and dst point to the same endpoint (${describe(src)}). Refusing to continue — dropping dst would destroy src.`
+ `src and dst point to the same endpoint (${describe(
252
+ src
253
+ )}). Refusing to continue — dropping dst would destroy src.`
254
);
255
}
256
0 commit comments