Railly/one-hunter-vscode

keyword operator logical and comparison don't has color

claviering opened this issue · 0 comments

if (!res || !res.data || !res.data.length) {
    console.log(res && res.data);
    return;
}

|| and ! don't has color

return;