feat(model/pid): lowercase error array element (#3892)
This commit is contained in:
parent
e881285ef1
commit
5f308feb3f
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ const PIDLimitModalFeature = () => {
|
||||||
|
|
||||||
const errors = [
|
const errors = [
|
||||||
'pthread_create failed',
|
'pthread_create failed',
|
||||||
'Exception in thread "Craft Async Scheduler Management Thread"',
|
'exception in thread "craft async scheduler management thread"',
|
||||||
'unable to create new native thread',
|
'unable to create new native thread',
|
||||||
'unable to create native thread',
|
'unable to create native thread',
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue