mirror of
https://github.com/pelican-dev/panel.git
synced 2026-02-28 19:09:03 +03:00
feat(model/pid): lowercase error array element (#3892)
This commit is contained in:
@@ -24,7 +24,7 @@ const PIDLimitModalFeature = () => {
|
||||
|
||||
const errors = [
|
||||
'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 native thread',
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user