prince-0203/BouyomiCraft

View on GitHub

Showing 2 of 9 total issues

Avoid deeply nested control flow statements.
Open

                  if($('#isReadEnable').prop('checked')) {
                    sendBouyomi(sendText, null, function(e) {
                      if(e) {
                        console.warn('棒読みちゃんに接続できませんでした。棒読みちゃんが起動しているかお確かめください。');
                      }
Severity: Major
Found in src/index.js - About 45 mins to fix

Avoid deeply nested control flow statements.
Open

                    if(sendText !== newChats) {
                      return false;
                    }
Severity: Major
Found in src/index.js - About 45 mins to fix
Severity
Category
Status
Source
Language