Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
node-api
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
project-templates
web
node-api
Commits
230272f6
Commit
230272f6
authored
Apr 17, 2019
by
Vadym Gidulian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed error in `grace.shutdown` happens if use it outside of its module context
parent
abf68b72
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
grace.js
src/utils/grace.js
+1
-1
No files found.
src/utils/grace.js
View file @
230272f6
...
...
@@ -42,7 +42,7 @@ module.exports = {
async
shutdown
(
code
)
{
logInfo
(
'Server is shutting down gracefully...'
);
await
thi
s
.
handleShutdown
();
await
module
.
export
s
.
handleShutdown
();
process
.
exit
(
code
||
0
);
}
...
...
Write
Preview
Markdown
is supported
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