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
+11-27Lines changed: 11 additions & 27 deletions
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,7 @@ import * as fs from 'fs';
2
2
import*asosfrom'os';
3
3
import*aspathfrom'path';
4
4
import*asyamlfrom'yaml';
5
+
import*asasarfrom'@electron/asar';
5
6
import{spawn}from'child_process';
6
7
import{Logger,LogLevel}from'./logging';
7
8
import{UnityEditor}from'./unity-editor';
@@ -94,7 +95,8 @@ export class UnityHub {
94
95
'You have to request `id` or `_id` fields for all selection sets or create a custom `keys` config for `UnityReleaseLabel`.',
95
96
'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.',
96
97
'https://bit.ly/2XbVrpR#15',
97
-
'Interaction is not allowed with the Security Server." (-25308)'
98
+
'Interaction is not allowed with the Security Server." (-25308)',
99
+
'Network service crashed, restarting service.',
98
100
];
99
101
100
102
try{
@@ -245,6 +247,7 @@ export class UnityHub {
245
247
thrownewError(`Failed to execute Unity Hub: [${exitCode}] ${errorMessage}`);
0 commit comments