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

Commit

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

0 comments on commit 51e7ad0

Please sign in to comment.