mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2026-01-11 06:39:00 +08:00
fix: error
This commit is contained in:
parent
ccf521d0a8
commit
bf10ce9f1e
@ -44,6 +44,9 @@ export class RequestUtil {
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
req.on('error', (error: any) => {
|
||||||
|
reject(error);
|
||||||
|
});
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -187,4 +190,4 @@ export class RequestUtil {
|
|||||||
return undefined;
|
return undefined;
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user