WIP: feature/1-add-support-for-fs-crud #47

Draft
glenux wants to merge 27 commits from feature/1-add-support-for-fs-crud into develop
Showing only changes of commit b59f1011ac - Show all commits

View file

@ -39,7 +39,7 @@ module GX::Models
output: STDOUT,
error: STDERR
)
return process.wait
process.wait
end
end
end