You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/unity-hub.ts
+13-9Lines changed: 13 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -83,15 +83,19 @@ export class UnityHub {
83
83
}
84
84
85
85
constignoredLines=[
86
-
`This error originated either by throwing inside of an async function without a catch block`,
87
-
`Unexpected error attempting to determine if executable file exists`,
88
-
`dri3 extension not supported`,
89
-
`Failed to connect to the bus:`,
90
-
`Checking for beta autoupdate feature for deb/rpm distributions`,
91
-
`Found package-type: deb`,
92
-
`XPC error for connection com.apple.backupd.sandbox.xpc: Connection invalid`,
93
-
`Error: No modules found to install.`,
94
-
`Failed to execute the command due the following, please see '-- --headless help' for assistance.`
86
+
'This error originated either by throwing inside of an async function without a catch block',
87
+
'Unexpected error attempting to determine if executable file exists',
88
+
'dri3 extension not supported',
89
+
'Failed to connect to the bus:',
90
+
'Checking for beta autoupdate feature for deb/rpm distributions',
91
+
'Found package-type: deb',
92
+
'XPC error for connection com.apple.backupd.sandbox.xpc: Connection invalid',
93
+
'Error: No modules found to install.',
94
+
'Failed to execute the command due the following, please see \'-- --headless help\' for assistance.',
95
+
'Invalid key: The GraphQL query at the field at',
96
+
'You have to request `id` or `_id` fields for all selection sets or create a custom `keys` config for `UnityReleaseLabel`.',
97
+
'Entities without keys will be embedded directly on the parent entity. If this is intentional, create a `keys` config for `UnityReleaseLabel` that always returns null.',
0 commit comments