Skip to content

Commit

Permalink
Be more clear about not installed packages.
Browse files Browse the repository at this point in the history
  • Loading branch information
deathaxe committed Jul 19, 2023
1 parent 62360ad commit 19acf80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package_control/package_cleanup.py
Original file line number Diff line number Diff line change
Expand Up @@ -444,8 +444,8 @@ def install_missing_packages(self, found_packages):
console_write('Dropped unavailable packages: ' + ', '.join(missing_packages))
show_message(
'''
The following packages are not available and have therefore been
removed from "installed_packages":
The following packages are not available for this version of Sublime Text,
operating system or CPU architecture and have therefore not been installed:
- %s
''',
Expand Down

0 comments on commit 19acf80

Please sign in to comment.