WIP: feature/1-add-support-for-fs-crud #47
1 changed files with 2 additions and 1 deletions
|
@ -28,7 +28,8 @@ module GX::Utils
|
||||||
exit(1)
|
exit(1)
|
||||||
end
|
end
|
||||||
|
|
||||||
result = output.to_s.strip # .split.first?
|
# result
|
||||||
|
output.to_s.strip
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue