Commit 71f5f66a authored by Vadim Salavatov's avatar Vadim Salavatov Committed by intellij-monorepo-bot
Browse files

(241 adjusted) fix typo: add log file instead of a folder

change in main branch: ca253ae9bfc54ab147a50b2895187b03ca695428

(cherry picked from commit c6b768cc40fee8f2337734c28e823de65dcf9527)

IJ-MR-129405

GitOrigin-RevId: 2e4cc4be192f4b2944c35c3d5ef31cfe0da28752
parent e7cb6363
Branches unavailable Tags unavailable
No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
......@@ -101,7 +101,7 @@ object LogsPacker {
val name = path.fileName.toString()
if ((name.startsWith("java_error_in") || name.startsWith("jbr_err_pid")) && !name.endsWith("hprof") && Files.isRegularFile(
path)) {
zip.addFolder(name, path)
zip.addFile(name, path.readBytes())
}
}
}
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment