mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Fix line-break symbol
Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
This commit is contained in:
parent
13c2e015d8
commit
627dcec932
@ -8,7 +8,7 @@ const downloadLogsInjectable = getInjectable({
|
||||
const openSaveFileDialog = di.inject(openSaveFileDialogInjectable)
|
||||
|
||||
return (filename: string, logs: string[]) => {
|
||||
openSaveFileDialog(filename, logs.join("/n"), "text/plain");
|
||||
openSaveFileDialog(filename, logs.join("\n"), "text/plain");
|
||||
}
|
||||
},
|
||||
});
|
||||
|
||||
Loading…
Reference in New Issue
Block a user