Skip to content

Commit 535bfc0

Browse files
committed
added new functionality to idea logs
1 parent d0d2312 commit 535bfc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/kotlin/com/vk/admstorm/utils/MyUtils.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ object MyUtils {
132132
lines += "$line\n"
133133
}
134134

135-
return lines
135+
return getInternalLogInfo() + lines
136136
}
137137

138138
fun virtualFileByRelativePath(project: Project, filepath: String): VirtualFile? {

0 commit comments

Comments
 (0)