Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove notifications emitted during pnpm dev #43801

Merged
merged 8 commits into from Dec 7, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
10 changes: 1 addition & 9 deletions packages/next/taskfile.js
Expand Up @@ -2418,13 +2418,5 @@ export async function release(task) {

// notification helper
function notify(msg) {
jankaifer marked this conversation as resolved.
Show resolved Hide resolved
try {
notifier.notify({
title: '▲ Next',
message: msg,
icon: false,
})
} catch (err) {
// notifier can fail on M1 machines
}
// We don't know how to easily emit notifications in M1 mac and using `notify-send` with Gnome fills notification centre.
}