Skip to content
Snippets Groups Projects
Commit 11b47f5a authored by benjoe's avatar benjoe
Browse files

fixedd error return and added entry to .gitignore

parent b44bd648
Branches
Tags v1.0.0
No related merge requests found
integration-test/node_modules
src/.idea
.idea
......@@ -61,7 +61,7 @@ func (e *EngineUTF8Data) GetUTF8() string {
}
func (e *EngineUTF8Data) GetBindata() ([]byte, error) {
return []byte(e.Data), errors.New("Data is not binary")
return []byte(e.Data), nil
}
func (e *EngineUTF8Data) IsEmpty() bool {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment