We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c4bad4 commit 4aa256bCopy full SHA for 4aa256b
packages/serve-cli/src/run.ts
@@ -199,6 +199,7 @@ export async function run({
199
registerTerminateHandler(eventName => {
200
log.info(`Closing watcher for ${absoluteUnifiedGraphPath} for ${eventName}`);
201
return subscription.unsubscribe().catch(err => {
202
+ // https://github.com/parcel-bundler/watcher/issues/129
203
log.error(`Failed to close watcher for ${absoluteUnifiedGraphPath}!`, err);
204
});
205
0 commit comments