Update packages
This commit is contained in:
+3
-1
@@ -1 +1,3 @@
|
||||
process.on("unhandledRejection", (r) => { throw r; });
|
||||
process.on('unhandledRejection', r => {
|
||||
throw r;
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user