We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5658672 commit 13c212bCopy full SHA for 13c212b
src/main/kotlin/com/github/xepozz/php_dump/services/CustomTreeDumperService.kt
@@ -30,7 +30,7 @@ class CustomTreeDumperService(var project: Project) : DumperServiceInterface {
30
31
val result = CustomDumpResult()
32
33
- result.raw = capture.output.stdout
+ result.raw = capture.output.stdout + "\n" + capture.output.stderr
34
// println("jsonString: $jsonString")
35
36
try {
0 commit comments