Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Jabis Sevón
/
esm
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
09a623c4
authored
2016-08-17 22:59:29 +0200
by
Rafal Wilinski
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge branch 'master' of
https://github.com/RafalWilinski/express-monitor
2 parents
5afd9c9a
437ac2f7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
index.js
index.js
View file @
09a623c
...
...
@@ -77,7 +77,7 @@
}
if
(
config
.
spans
===
undefined
||
!
config
instanceof
Array
)
{
config
.
spans
=
defaultConfig
.
span
;
config
.
spans
=
defaultConfig
.
span
s
;
}
const
io
=
require
(
'socket.io'
)(
config
.
socketPort
);
...
...
@@ -142,4 +142,4 @@
module
.
exports
=
middlewareWrapper
;
}());
\ No newline at end of file
}());
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
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 post a comment