Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Scoots Dash
Rainbow - Website v9
Commits
3bd506cf
Verified
Commit
3bd506cf
authored
Apr 14, 2022
by
Scoots Dash
🦄
Browse files
Fix ERR_STREAM_WRITE_AFTER_END when errored
parent
ad697968
Changes
1
Hide whitespace changes
Inline
Side-by-side
server/http.js
View file @
3bd506cf
...
...
@@ -192,8 +192,10 @@ module.exports.start = function () {
'
Content-Type
'
:
"
text/plain
"
,
'
Set-Cookie
'
:
'
__mpws_request=
'
+
year
+
month
+
day
+
hour
+
min
+
sec
});
res
.
write
(
e
.
stack
);
res
.
end
();
try
{
res
.
write
(
e
.
stack
);
res
.
end
();
}
catch
(
e
)
{}
}
return
;
}
else
{
...
...
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