forked from mirrors/thatmattlove-hyperglass
improve output cleanup
This commit is contained in:
parent
d58d90b404
commit
ee55f84373
1 changed files with 1 additions and 1 deletions
|
|
@ -93,7 +93,7 @@ const Result = React.forwardRef(
|
|||
data.output
|
||||
.split("\\n")
|
||||
.join("\n")
|
||||
.replace(/\n\n/g, "");
|
||||
.replace(/\n\n/g, "\n");
|
||||
|
||||
const errorKw = (error && error.response?.data?.keywords) || [];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue