This repository was archived by the owner on Jun 14, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
src/Microsoft.PowerShell.IoT Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -128,6 +128,7 @@ protected override void ProcessRecord()
128
128
{
129
129
throw new PlatformNotSupportedException ( Resources . ErrNeedRootPrivileges , e ) ;
130
130
}
131
+ throw ;
131
132
}
132
133
}
133
134
}
@@ -192,6 +193,7 @@ protected override void ProcessRecord()
192
193
{
193
194
throw new PlatformNotSupportedException ( Resources . ErrNeedRootPrivileges , e ) ;
194
195
}
196
+ throw ;
195
197
}
196
198
}
197
199
}
@@ -228,6 +230,7 @@ protected override void ProcessRecord()
228
230
{
229
231
throw new PlatformNotSupportedException ( Resources . ErrNeedRootPrivileges , e ) ;
230
232
}
233
+ throw ;
231
234
}
232
235
}
233
236
}
@@ -269,6 +272,7 @@ protected override void ProcessRecord()
269
272
{
270
273
throw new PlatformNotSupportedException ( Resources . ErrNeedRootPrivileges , e ) ;
271
274
}
275
+ throw ;
272
276
}
273
277
}
274
278
}
@@ -339,6 +343,7 @@ protected override void ProcessRecord()
339
343
{
340
344
throw new PlatformNotSupportedException ( Resources . ErrNeedRootPrivileges , e ) ;
341
345
}
346
+ throw ;
342
347
}
343
348
}
344
349
}
@@ -396,6 +401,7 @@ protected override void ProcessRecord()
396
401
{
397
402
throw new PlatformNotSupportedException ( Resources . ErrNeedRootPrivileges , e ) ;
398
403
}
404
+ throw ;
399
405
}
400
406
}
401
407
}
You can’t perform that action at this time.
0 commit comments