1
0
Fork 0
mirror of https://github.com/datashard/snapshot.git synced 2025-05-16 04:07:21 +00:00

improved error output

This commit is contained in:
Joshua 2023-04-24 10:12:59 +02:00
parent 4316f5e1c2
commit a329330752

View file

@ -64,7 +64,7 @@ const set_snapshot = (
}; };
throw new Error( throw new Error(
`Snapshot Difference.\nPlease Update the Snapshot\n\n\t${json.message}` `Snapshot Difference found.\nPlease Update the Snapshot\n\n${json.message.replace(' ', ' ')}`
); );
}); });
} }