Skip to content

Commit 557e431

Browse files
committed
[dwds] Pass reloaded sources path in all hot restart calls in client
While the result may be currently unused, we'll likely need it for debugging soon both in the web-server and build daemon cases, so always pass the path. Currently, a null assertion that assumes the path is always passed when using the DDC library bundle format is being triggered.
1 parent b947357 commit 557e431

File tree

5 files changed

+62
-208
lines changed

5 files changed

+62
-208
lines changed

dwds/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 25.0.2
2+
3+
### Bug Fixes:
4+
5+
- Fix issue in hot restart with the web socket where we didn't pass the reloaded
6+
sources path, resulting in a null assertion.
7+
18
## 25.0.1
29

310
### Bug Fixes:

0 commit comments

Comments
 (0)