1
1
mirror of https://github.com/pterodactyl/panel.git synced 2024-11-22 09:02:28 +01:00

feat(model/pid): lowercase error array element (#3892)

This commit is contained in:
Alex 2022-01-18 21:34:44 +02:00 committed by GitHub
parent e881285ef1
commit 5f308feb3f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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',
];