mirror of
https://github.com/OpenHands/OpenHands.git
synced 2025-12-26 05:48:36 +08:00
Fix missing closing brace in openhands-resolver.yml (#5729)
Co-authored-by: openhands <openhands@all-hands.dev>
This commit is contained in:
parent
252c70984c
commit
4e7af78b39
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);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user