Skip to content

Commit 7609389

Browse files
authored
Merge pull request #138 from datapartyjs/debug-prefix
cleanup prefix in debug
2 parents 56170e2 + 40c1540 commit 7609389

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/service/service-runner-node.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ class ServiceRunnerNode {
9191
//await Promise.all(endpointsLoading)
9292
debug('endpoints ready:')
9393
for(let name in this.endpoint){
94-
debug('\t', Path.join('/venue/api', this.prefix, name))
94+
debug('\t', Path.join(this.prefix, name))
9595
}
9696

9797
debug('starting topics')

0 commit comments

Comments
 (0)