Bug 1469054 - ESLint: Add no-fallthrough annotation. r=jdescottes

MozReview-Commit-ID: 5tBviheMTTk

--HG--
extra : rebase_source : e2a3a8fb8b3659711a1187a5d4d72e792417bc4e
This commit is contained in:
Hiroyuki Ikezoe 2018-08-09 14:27:56 +09:00
parent 194735b065
commit 5528ed6336

View File

@ -769,6 +769,7 @@ const ADB = {
break;
}
ignoreResponseCode = true;
// eslint-disable-next-lined no-fallthrough
case "decode-shell":
const decoder = new TextDecoder();
const text = new Uint8Array(client.getBuffer(data),