mirror of
https://github.com/All-Hands-AI/OpenHands.git
synced 2026-01-08 22:38:05 -05:00
Fix missing closing brace in openhands-resolver.yml (#5729)
Co-authored-by: openhands <openhands@all-hands.dev>
This commit is contained in:
1
.github/workflows/openhands-resolver.yml
vendored
1
.github/workflows/openhands-resolver.yml
vendored
@@ -347,6 +347,7 @@ jobs:
|
||||
const firstEntry = JSON.parse(jsonLines[0]);
|
||||
resultExplanation = firstEntry.result_explanation || '';
|
||||
}
|
||||
}
|
||||
}
|
||||
} catch (error){
|
||||
console.error('Error reading file:', error);
|
||||
|
||||
Reference in New Issue
Block a user