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
Amicale CORE
Seb
Seb Gateway
Commits
19d1d68d
Verified
Commit
19d1d68d
authored
Dec 21, 2021
by
Maxime FRIESS
💙
Browse files
[uptimerobot] Fixed crash
parent
9e6798ac
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/utils/UptimeRobot.ts
View file @
19d1d68d
...
...
@@ -32,6 +32,7 @@ class UptimeRobot {
constructor
()
{
this
.
server
=
createServer
(
function
(
socket
)
{
socket
.
on
(
"
error
"
,
()
=>
{});
socket
.
pipe
(
socket
);
});
this
.
logger
=
Loggers
.
getLogger
(
"
UptimeRobot
"
);
...
...
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