Skip to content

Commit 8d289af

Browse files
Add files via upload
1 parent 00834a8 commit 8d289af

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

uws.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Authored by Alex Hultman, 2018-2019.
2+
* Authored by Alex Hultman, 2018-2020.
33
* Intellectual property of third-party.
44
55
* Licensed under the Apache License, Version 2.0 (the "License");
@@ -25,7 +25,6 @@ module.exports = (() => {
2525
});
2626
};
2727
}
28-
process.on('exit', uWS.free);
2928
return uWS;
3029
} catch (e) {
3130
throw new Error('This version of µWS is not compatible with your Node.js build:\n\n' + e.toString());

0 commit comments

Comments
 (0)