Skip to content

Commit a26193f

Browse files
committed
fix: add missing log-level in testcontroller
1 parent c4d851a commit a26193f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vscode-client/testcontrollermanager.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ interface RobotExecutionEvent {
8686
failedKeywords: RobotExecutionAttributes[] | undefined;
8787
}
8888

89-
type RobotLogLevel = "FAIL" | "WARN" | "INFO" | "DEBUG" | "TRACE";
89+
type RobotLogLevel = "FAIL" | "ERROR" | "WARN" | "INFO" | "DEBUG" | "TRACE";
9090

9191
interface RobotLogMessageEvent {
9292
itemId: string | undefined;

0 commit comments

Comments
 (0)