Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
histhub
linker
Commits
868462d1
Commit
868462d1
authored
Jun 14, 2018
by
Tobias Steiner
Browse files
Throw error for debuging
parent
f367934f
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/index.ts
View file @
868462d1
...
...
@@ -55,7 +55,8 @@ kafka.init().then(() => {
next
();
},
(
error
)
=>
{
core
.
getLogger
().
error
(
'
Could not save data to neo4j
'
+
JSON
.
stringify
(
error
));
next
();
throw
error
;
// next();
});
});
});
...
...
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