diff --git a/resources/scripts/components/server/features/PIDLimitModalFeature.tsx b/resources/scripts/components/server/features/PIDLimitModalFeature.tsx index 0c01533bc..9d0a57eb6 100644 --- a/resources/scripts/components/server/features/PIDLimitModalFeature.tsx +++ b/resources/scripts/components/server/features/PIDLimitModalFeature.tsx @@ -24,9 +24,11 @@ const PIDLimitModalFeature = () => { const errors = [ 'pthread_create failed', - 'exception in thread "craft async scheduler management thread"', - 'unable to create new native thread', + 'failed to create thread', + 'unable to create thread', 'unable to create native thread', + 'unable to create new native thread', + 'exception in thread "craft async scheduler management thread"', ]; const listener = (line: string) => {