fix negotiation

This commit is contained in:
2025-11-16 16:35:50 +01:00
parent b9e16a52ec
commit 107c3b9b35

View File

@@ -59,7 +59,7 @@ export class EfiBootMgrService {
} }
return outputValues.entries return outputValues.entries
.filter((e) => ![e].join("")) .filter((e) => !![e].join(""))
.map((v) => { .map((v) => {
logger.debug(`Processing boot entry: ${v}`); logger.debug(`Processing boot entry: ${v}`);