fix(prettier): Properly handle lint-stage files (#6970)
Now handles top level files and recursive files in folders. Set max line length to be 100
This commit is contained in:
@@ -34,11 +34,7 @@ class Subscription {
|
||||
|
||||
const index = requestIds.indexOf(requestId);
|
||||
if (index < 0) {
|
||||
logger.error(
|
||||
'Can not find client %d subscription %d to delete',
|
||||
clientId,
|
||||
requestId
|
||||
);
|
||||
logger.error('Can not find client %d subscription %d to delete', clientId, requestId);
|
||||
return;
|
||||
}
|
||||
requestIds.splice(index, 1);
|
||||
|
||||
Reference in New Issue
Block a user