rebase
This commit is contained in:
parent
1aaa55e4f4
commit
010f3082b6
1 changed files with 1 additions and 1 deletions
|
|
@ -124,7 +124,7 @@ func jsGetRefRanges(this js.Value, args []js.Value) interface{} {
|
||||||
return string(str)
|
return string(str)
|
||||||
}
|
}
|
||||||
|
|
||||||
refs, err := d2lsp.GetFieldRefs(file, fs, key, boardPath)
|
refs, err := d2lsp.GetRefs(file, fs, key, boardPath)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
ret := jsRefRanges{D2Error: err.Error()}
|
ret := jsRefRanges{D2Error: err.Error()}
|
||||||
str, _ := json.Marshal(ret)
|
str, _ := json.Marshal(ret)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue