summaryrefslogtreecommitdiffstats
path: root/source/core/slang-process-util.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/core/slang-process-util.h')
-rw-r--r--source/core/slang-process-util.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/core/slang-process-util.h b/source/core/slang-process-util.h
index 25cf0aca3..6c765b6cd 100644
--- a/source/core/slang-process-util.h
+++ b/source/core/slang-process-util.h
@@ -16,11 +16,13 @@ struct ExecuteResult
resultCode = 0;
standardOutput = String();
standardError = String();
+ debugLayer = String();
}
ResultCode resultCode;
String standardOutput;
String standardError;
+ String debugLayer;
};
struct ProcessUtil