log every processed boot entry
This commit is contained in:
@@ -59,6 +59,8 @@ export class EfiBootMgrService {
|
||||
}
|
||||
|
||||
return outputValues.entries.map((v) => {
|
||||
logger.debug(`Processing boot entry: ${v}`);
|
||||
|
||||
const [bootStr, labelStr] = v.split("* ");
|
||||
|
||||
if (!bootStr || !labelStr) throw new Error("Invalid output!");
|
||||
|
||||
Reference in New Issue
Block a user