holepunchto / pear

combined Peer-to-Peer (P2P) Runtime, Development & Deployment tool
https://docs.pears.com/
Apache License 2.0
91 stars 9 forks source link

Add call to updateNotify when running `pear release` #53

Closed jkcdarunday closed 6 months ago

jkcdarunday commented 6 months ago

Description

bundle.#updates which uses drive.watch() only calls updateNotify when there are file changes. Because of this, it doesn't get triggered it when doing pear release.

Changes

This adds an updateNotify call during pear release.

jkcdarunday commented 6 months ago

Closed as this will be fixed lower in the stack (in drive.watch())