mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-03 02:27:48 +00:00
Update compileopts/target.go
Co-authored-by: Ayke <aykevanlaethem@gmail.com>
This commit is contained in:
@@ -100,7 +100,7 @@ func (spec *TargetSpec) overrideProperties(child *TargetSpec) error {
|
||||
}
|
||||
}
|
||||
default:
|
||||
return fmt.Errorf("unknown field type : " + kind.String())
|
||||
return fmt.Errorf("unknown field type: %s", kind)
|
||||
}
|
||||
}
|
||||
return nil
|
||||
|
||||
Reference in New Issue
Block a user