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
{{ message }}
This repository has been archived by the owner on Oct 22, 2021. It is now read-only.
Whenever you try to open multiple terminals at the same time, it throws the following error:
Uncaught TypeError: e.indexOf is not a function
at ..../edex-ui/resources/app.asar/classes/terminal.class.js 1:776
When I looked at the packed code, it came up with this line at the specified location:
letr=e.slice(0,e.indexOf("("));
I don't know the program as well as you, so I'm not sure what's supposed to really be happening on that line. The issue seems to be happening on line 34 in master. I'm using the latest released version, not master.
(edit: little better understanding (maybe))
The text was updated successfully, but these errors were encountered:
Technical information
Using version:
master
(running from GitHub-published source code, currentlyv3.0.0-pre
)latest
(latest release, currentlyv2.2.2
)vX.X.X
(specify other version)Running on:
How comfortable you are with your system and/or IT in general:
Problem
Whenever you try to open multiple terminals at the same time, it throws the following error:
When I looked at the packed code, it came up with this line at the specified location:
I don't know the program as well as you, so I'm not sure what's supposed to really be happening on that line. The issue seems to be happening on line 34 in master. I'm using the latest released version, not master.
(edit: little better understanding (maybe))
The text was updated successfully, but these errors were encountered: