update route showLog

This commit is contained in:
joseph le 2023-09-07 13:23:50 +07:00
parent 54abce5e73
commit aaf323d537
1 changed files with 1 additions and 1 deletions

View File

@ -127,7 +127,7 @@ Route.get("/api/log/showLog/:name?", async ({ request, response }) => {
border-color: -internal-light-dark(rgb(118, 118, 118), rgb(133, 133, 133));\
border-image: initial;\
padding: 2px;'>" +
"Detected lines in file: "+detectedLines.join("\n")+"\n\n"+data.join("\n") +
"<b>Detected lines in file:</b>\n"+detectedLines.join("\n")+"\n\n"+data.join("\n") +
"</div>\
</body>\
</html>"