Skip to content

Commit 292f150

Browse files
authored
chore: update comment
1 parent 0a04c1b commit 292f150

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/view/atom.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export function confirmPackagesToInstall({
2121
: 'Something went wrong. Check your developer console'
2222
const groupChoices = groupedDependencies.map((item) => item[0])
2323

24-
// If Atom "notifications" package is disabled, treat the whole thing as ignored
24+
// If Atom "notifications" package is disabled output a warning in case no other notifications package is installed.
2525
if (atom.packages.isPackageDisabled('notifications')) {
2626
console.warn(`Enable notifications to install dependencies for ${packageName}`)
2727
}

0 commit comments

Comments
 (0)