Update ESLint config and plugins
This commit is contained in:
@@ -1189,8 +1189,8 @@ class Executor {
|
||||
}
|
||||
++i;
|
||||
break;
|
||||
default:
|
||||
++i; // consume the instruction anyway, to avoid an infinite loop
|
||||
default: // consume the instruction anyway, to avoid an infinite loop
|
||||
++i;
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user