This commit is contained in:
msojocs 2024-07-06 22:34:45 +08:00
parent 0615ae3a37
commit a347f9d50f

View File

@ -35,6 +35,7 @@ const HTTP = {
});
res.on('end', () => {
// console.log('No more data in response.');
console.log('end:', ret?.substring(0, 10))
if (compilerOptions.lazyloadConfig)
{
resolve(JSON.parse(ret))