Fix missing closing brace in openhands-resolver.yml (#5729)

Co-authored-by: openhands <openhands@all-hands.dev>
This commit is contained in:
Rohit Malhotra 2024-12-21 10:22:41 -05:00 committed by GitHub
parent 252c70984c
commit 4e7af78b39
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -347,6 +347,7 @@ jobs:
const firstEntry = JSON.parse(jsonLines[0]);
resultExplanation = firstEntry.result_explanation || '';
}
}
}
} catch (error){
console.error('Error reading file:', error);