sourcegraph / sg.nvim

Experimental Sourcegraph + Cody plugin for Neovim

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Typo in "fatal" level logger name

alxshine opened this issue · comments

In sg.nvim/lua/sg/log.lua:26 there's a typo in the "fatal" level logger, which is called "datal".

This also causes the generated function to have the misspelled name. It is currently never called, so this doesn't lead to a crash yet.

Great call, thanks for pointing that out :)