Skip to content

Commit edfd97e

Browse files
authored
feat(pid_limit): expand list of errors for pid_limit feature (pterodactyl#3942)
Expands the list of errors for pid_limit egg feature to support Steam PID errors and re-organize the list to be prettier
1 parent 05bdffc commit edfd97e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

resources/scripts/components/server/features/PIDLimitModalFeature.tsx

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,11 @@ const PIDLimitModalFeature = () => {
2424

2525
const errors = [
2626
'pthread_create failed',
27-
'exception in thread "craft async scheduler management thread"',
28-
'unable to create new native thread',
27+
'failed to create thread',
28+
'unable to create thread',
2929
'unable to create native thread',
30+
'unable to create new native thread',
31+
'exception in thread "craft async scheduler management thread"',
3032
];
3133

3234
const listener = (line: string) => {

0 commit comments

Comments
 (0)