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
989b9c07
Commit
989b9c07
authored
Jun 14, 2018
by
Tobias Steiner
Browse files
Merge branch 'master' of source.dodis.ch:histhub/linker
parents
3a85af56
39b128c1
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/neo4j-linker.ts
View file @
989b9c07
...
...
@@ -53,6 +53,7 @@ export class Linker {
session
.
close
();
resolve
();
}).
catch
((
err
)
=>
{
throw
err
;
session
.
close
();
throw
err
;
// reject(`Error while saving a connection to neo4j ${JSON.stringify(err)}`);
...
...
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