mirror of
https://github.com/an-anime-team/an-anime-game-launcher.git
synced 2025-03-19 22:50:09 +03:00
1.5.2
- removed debug output with telemetry domains redirections - fixed yaocl's preset issue
This commit is contained in:
parent
ab75e16997
commit
3b5a99d229
3 changed files with 2 additions and 2 deletions
|
@ -3,4 +3,4 @@
|
|||
"author": "yagocl",
|
||||
"uri": null,
|
||||
"images": []
|
||||
}
|
||||
}
|
||||
|
|
|
@ -87,7 +87,7 @@ export class Tools
|
|||
{
|
||||
return new Promise((resolve, reject) => {
|
||||
dns.lookup(uri, (error: any, address: string, family: any) => {
|
||||
console.log(`${uri} -> ${address}`);
|
||||
// console.log(`${uri} -> ${address}`);
|
||||
|
||||
if (error)
|
||||
reject(error);
|
||||
|
|
Loading…
Add table
Reference in a new issue