We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 152090d commit a10a21aCopy full SHA for a10a21a
messages.js
@@ -12,7 +12,7 @@ module.exports = {
12
13
// Index/Main application messages
14
sync: {
15
- tokenFound: (checkpoint) => `Sync token found in the checkpoint file: ${checkpoint}`,
+ tokenFound: (checkpoint) => `Sync token found in the checkpoint file: ${JSON.stringify(checkpoint)}`,
16
usingToken: (token) => `Using sync token: ${token}`,
17
startSuccess: () => `Boilerplate: Data sync started successfully.`,
18
error: (error) => `An error occurred: ${error}`,
0 commit comments