mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-02-04 23:39:07 +07:00
[ide-testing] Rename 'script-errors' to 'errors'
Changed directory name from 'script-errors' to 'errors' across multiple modules. This standardizes error directories' names and improves consistency. GitOrigin-RevId: 222674fac4f850066abf0ab4d3fcddccd0e20ed6
This commit is contained in:
committed by
intellij-monorepo-bot
parent
f4d0aaa353
commit
e5407c859d
@@ -331,7 +331,7 @@ private fun reportScriptError(errorMessage: AbstractMessage) {
|
||||
causeMessage = if (index == -1) throwableMessage else throwableMessage.substring(0, index)
|
||||
}
|
||||
}
|
||||
val scriptErrorsDir = Path.of(PathManager.getLogPath(), "script-errors")
|
||||
val scriptErrorsDir = Path.of(PathManager.getLogPath(), "errors")
|
||||
Files.createDirectories(scriptErrorsDir)
|
||||
Files.walk(scriptErrorsDir).use { stream ->
|
||||
val finalCauseMessage = causeMessage
|
||||
|
||||
Reference in New Issue
Block a user