disdat
disdat copied to clipboard
api.push fails silently
if api.push is not able to connect and push to a remote, it simply prints (not logs) the error
rather, it should throw an exception that can be caught by the user.