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
75d256fe
Commit
75d256fe
authored
Jun 19, 2018
by
Tobias Steiner
Browse files
Add some errors for testing
parent
9b0b4ec5
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/neo4j-linker.ts
View file @
75d256fe
...
...
@@ -10,6 +10,7 @@ export class Linker {
this
.
nconf
=
nconf
;
this
.
logger
=
logger
;
this
.
uriBuilder
=
uriBuilder
;
console
.
log
(
nconf
.
get
(
'
neo4j
'
));
this
.
driver
=
neo4j
.
driver
(
nconf
.
get
(
'
neo4j:config:uri
'
),
neo4j
.
auth
.
basic
(
...
...
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