Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed a bug where numbers in the file path caused forever to think
that it should stop the script based on index instead of stopping it based on script. Removing the digit check solved this issue. If the index isn't found it will return a `null` value and it will attempt to find the script based by the target path which will pass.
- Loading branch information