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 c4d851a commit a26193fCopy full SHA for a26193f
vscode-client/testcontrollermanager.ts
@@ -86,7 +86,7 @@ interface RobotExecutionEvent {
86
failedKeywords: RobotExecutionAttributes[] | undefined;
87
}
88
89
-type RobotLogLevel = "FAIL" | "WARN" | "INFO" | "DEBUG" | "TRACE";
+type RobotLogLevel = "FAIL" | "ERROR" | "WARN" | "INFO" | "DEBUG" | "TRACE";
90
91
interface RobotLogMessageEvent {
92
itemId: string | undefined;
0 commit comments