Skip to content

Hotfix, frontline not works properly

Latest
Compare
Choose a tag to compare
@stories2 stories2 released this 04 Oct 21:26
· 9 commits to main since this release

If the code like

//@frontline
function foo (asdf) {}

If the function name and (asdf) have space, the frontline doesn't work.

It is fixed now.