Skip to content

Commit

Permalink
Fix "popen failed" error messages being truncated to the first letter
Browse files Browse the repository at this point in the history
  • Loading branch information
maddie480 committed Dec 28, 2024
1 parent 6ba95c2 commit 06efd3c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ steps:
displayName: 'Build: luarocks: install subprocess'
inputs:
script: |
luarocks $LUAROCKSPREARGS install --tree=luarocks https://raw.githubusercontent.com/0x0ade/lua-subprocess/master/subprocess-scm-1.rockspec $LUAROCKSARGS
luarocks $LUAROCKSPREARGS install --tree=luarocks https://raw.githubusercontent.com/maddie480/lua-subprocess/master/subprocess-scm-1.rockspec $LUAROCKSARGS
# Install nfd.
- task: CmdLine@2
Expand Down
2 changes: 1 addition & 1 deletion changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ and only contains the latest changes.
Its purpose is to be shown in Olympus when updating.

#changelog#
Further attempting to prevent Everest and Lönn from hanging, this time on macOS and Linux
Fixed "popen failed" error messages being truncated to the first letter
Binary file modified lib-windows/subprocess.dll
Binary file not shown.

0 comments on commit 06efd3c

Please sign in to comment.