mirror of
https://github.com/lune-org/lune.git
synced 2025-04-04 10:30:54 +01:00
Fix newlines being on their own lines
This commit is contained in:
parent
237da52071
commit
286c659ca8
1 changed files with 1 additions and 2 deletions
|
@ -217,8 +217,7 @@ for _, spec in OUTPUT_FILES do
|
|||
stdio.ewrite("\nCompressed contents could not be decompressed using serde!")
|
||||
stdio.ewrite("\n\nCompressed:\n")
|
||||
stdio.ewrite(stringAsHex(compressedContents))
|
||||
stdio.ewrite("\n\n")
|
||||
stdio.ewrite("Error:\n")
|
||||
stdio.ewrite("\n\nError:\n")
|
||||
stdio.ewrite(tostring(decompressedContents))
|
||||
stdio.ewrite("\n\n")
|
||||
local confirm = stdio.prompt("confirm", "Do you want to continue?")
|
||||
|
|
Loading…
Add table
Reference in a new issue