Skip to content
This repository has been archived by the owner on Aug 14, 2024. It is now read-only.

Commit

Permalink
Prettier
Browse files Browse the repository at this point in the history
skip actions
  • Loading branch information
win11bot committed Jan 3, 2024
1 parent 51e7ad0 commit e16b7c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/containers/applications/apps/terminal.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ export const WnTerminal = () => {
if (arg.length) {
tmpStack.push("Installing app");
var arg = arg.toString().split(" ");
print(arg)
print(arg);
var AppName = arg[0];
var IframeUrl = arg[1];
var IconUrl = arg[2];
Expand Down

0 comments on commit e16b7c2

Please sign in to comment.