mirror of
https://github.com/penpot/penpot.git
synced 2025-06-08 02:01:39 +02:00
⬆️ Update dependencies on common
This commit is contained in:
parent
51ecbf15a9
commit
b31a6f33a5
8 changed files with 19 additions and 19 deletions
|
@ -255,7 +255,7 @@
|
|||
(l/trace :fn "read-stream*!" :expected s :readed readed :position @*position* ::l/sync? true)
|
||||
(swap! *position* + readed)
|
||||
[s p]))
|
||||
[s (io/read-as-bytes input :size s)])))
|
||||
[s (io/read! input :size s)])))
|
||||
|
||||
(defmacro assert-read-label!
|
||||
[input expected-label]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue