Skip to content

Commit

Permalink
retrieve control panel icons with noProfile: true (oliverschwendener#661
Browse files Browse the repository at this point in the history
)
  • Loading branch information
tkohlmeier authored Mar 1, 2021
1 parent a5e45eb commit 64fe334
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export class ControlPanelItemsRetriever {
} |
ConvertTo-Json
`;
const shell = new Powershell({});
const shell = new Powershell({ noProfile: true });
shell.addCommand(getIconsCommand)
.then(() => shell.invoke())
.then(
Expand Down

0 comments on commit 64fe334

Please sign in to comment.