You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As per our use case, we resolved this issue by just appending a newline character to the command after it is sent to the run method in the run.js file.
export default async function run(inputCommand) { let command = inputCommand + '\n';
In my custom JS Console,
It would be of great help if you suggest a solution for this
The text was updated successfully, but these errors were encountered: