Skip to content

Commit 4aa256b

Browse files
committed
document
1 parent 6c4bad4 commit 4aa256b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/serve-cli/src/run.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,7 @@ export async function run({
199199
registerTerminateHandler(eventName => {
200200
log.info(`Closing watcher for ${absoluteUnifiedGraphPath} for ${eventName}`);
201201
return subscription.unsubscribe().catch(err => {
202+
// https://github.com/parcel-bundler/watcher/issues/129
202203
log.error(`Failed to close watcher for ${absoluteUnifiedGraphPath}!`, err);
203204
});
204205
});

0 commit comments

Comments
 (0)