mirror of
https://github.com/uNetworking/uWebSockets.js.git
synced 2026-04-06 20:00:24 -04:00
Throw exceptions on ill-use instead of segfaulting
This commit is contained in:
@@ -23,8 +23,6 @@
|
||||
#include <type_traits>
|
||||
using namespace v8;
|
||||
|
||||
void emptyNextTickQueue(Isolate *isolate);
|
||||
|
||||
/* These two are definitely static */
|
||||
std::vector<UniquePersistent<Function>> nextTickQueue;
|
||||
Isolate *isolate;
|
||||
|
||||
Reference in New Issue
Block a user