remove deasync package as it was causing npm problems
This commit is contained in:
10605
package-lock.json
generated
10605
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -27,7 +27,6 @@
|
||||
"cookie-auth": "^2.4.2",
|
||||
"cookie-parser": "^1.4.5",
|
||||
"cors": "2.8.5",
|
||||
"deasync": "^0.1.20",
|
||||
"ejs": "^3.1.3",
|
||||
"express": "^4.8.7",
|
||||
"express-ejs-layouts": "^2.5.0",
|
||||
|
||||
@@ -44,7 +44,8 @@ function GetDht() {
|
||||
}
|
||||
})();
|
||||
while(result === undefined) {
|
||||
require('deasync').runLoopOnce();
|
||||
/* {package.json>dependencies} "deasync": "^0.1.20", */
|
||||
//require('deasync').runLoopOnce();
|
||||
}
|
||||
|
||||
return result;
|
||||
|
||||
Reference in New Issue
Block a user