👨
Size: a a a
👨
NS
A
Р
NB
NB
NS
A
TS
a
undefined
для каждого елемента, и только потом заполняетVD
VD
A
P
a
const test = async function () {
const services = config.content.services;
const status = [];
await services.forEach( el => {
tcpp.probe('localhost', el, function(err, available) {
status.push(available);
});
});
return status;
}
👨C
const test = async function () {
const services = config.content.services;
const status = [];
await services.forEach( el => {
tcpp.probe('localhost', el, function(err, available) {
status.push(available);
});
});
return status;
}
👨C