fix negotiation
This commit is contained in:
@@ -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}`);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user