mirror of
https://code.forgejo.org/forgejo/runner.git
synced 2025-09-15 18:57:01 +00:00
Spelling (#240)
* spelling: cartesian * spelling: deferring * spelling: marshal
This commit is contained in:
parent
02d5cbebae
commit
72c3bf2220
3 changed files with 3 additions and 3 deletions
|
@ -183,7 +183,7 @@ func vmToJSON(vm *otto.Otto) {
|
|||
toJSON := func(o interface{}) string {
|
||||
rtn, err := json.MarshalIndent(o, "", " ")
|
||||
if err != nil {
|
||||
logrus.Errorf("Unable to marsal: %v", err)
|
||||
logrus.Errorf("Unable to marshal: %v", err)
|
||||
return ""
|
||||
}
|
||||
return string(rtn)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue