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

Commit

Permalink
Add more log to console for debug
Browse files Browse the repository at this point in the history
  • Loading branch information
franck403 authored Jan 3, 2024
1 parent e16b7c2 commit 9e4c873
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);
console.log(arg)
var AppName = arg[0];
var IframeUrl = arg[1];
var IconUrl = arg[2];
Expand Down

0 comments on commit 9e4c873

Please sign in to comment.