Add @typescript-eslint/no-base-to-string (#10091)
This commit is contained in:
parent
30cc55515e
commit
35d222bac6
10 changed files with 28 additions and 14 deletions
|
@ -260,7 +260,7 @@ export async function downloadBugReport(opts: IOpts = {}): Promise<void> {
|
|||
reader.readAsArrayBuffer(value as Blob);
|
||||
});
|
||||
} else {
|
||||
metadata += `${key} = ${value}\n`;
|
||||
metadata += `${key} = ${value as string}\n`;
|
||||
}
|
||||
}
|
||||
tape.append("issue.txt", metadata);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue