feat(pid_limit): expand list of errors for pid_limit feature (#3942)

Expands the list of errors for pid_limit egg feature to support Steam PID errors and re-organize the list to be prettier
This commit is contained in:
Alex 2022-02-05 19:05:36 +02:00 committed by GitHub
parent 05bdffcd61
commit edfd97e0b4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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) => {