Skip to content

Commit

Permalink
fix: read bytes from non blocking streams
Browse files Browse the repository at this point in the history
  • Loading branch information
cryi committed Sep 3, 2024
1 parent 2a5914e commit 56d3710
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion config.hjson
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
version: 0.32.4
version: 0.32.5
global_modules: false //disables global modules loading (only looks up for modules in cwd)
minify: true
compress: true
Expand Down
2 changes: 1 addition & 1 deletion deps/eli-stream-extra
Submodule eli-stream-extra updated 1 files
+105 −118 src/stream.c
4 changes: 2 additions & 2 deletions lib/init.lua
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ELI_LIB_VERSION = '0.32.4'
ELI_VERSION = '0.32.4'
ELI_LIB_VERSION = '0.32.5'
ELI_VERSION = '0.32.5'
do
local path = require"eli.path"
local _eos = require"eli.os"
Expand Down

0 comments on commit 56d3710

Please sign in to comment.