fix negotiation
This commit is contained in:
@@ -59,7 +59,7 @@ export class EfiBootMgrService {
|
||||
}
|
||||
|
||||
return outputValues.entries
|
||||
.filter((e) => ![e].join(""))
|
||||
.filter((e) => !![e].join(""))
|
||||
.map((v) => {
|
||||
logger.debug(`Processing boot entry: ${v}`);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user