Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Phyks
kresus
Commits
b7feaf7e
Commit
b7feaf7e
authored
Sep 07, 2018
by
Phyks (Lucas Verney)
Browse files
Fix [Object: object] in error at startup
parent
cf3df14e
Pipeline
#73061
passed with stages
in 9 minutes and 46 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
client/main.js
View file @
b7feaf7e
...
@@ -289,6 +289,6 @@ export default function runKresus() {
...
@@ -289,6 +289,6 @@ export default function runKresus() {
})
})
.
catch
(
err
=>
{
.
catch
(
err
=>
{
debug
(
err
);
debug
(
err
);
alert
(
`Error when starting the app:\n
${
err
}
\nCheck the console.`
);
alert
(
`Error when starting the app:\n
${
JSON
.
stringify
(
err
)
}
\nCheck the console.`
);
});
});
}
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment