Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
hipstersmoothie committed Nov 2, 2020
1 parent 3aaf325 commit bc18d50
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/core/src/utils/verify-auth.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ export default function verifyAuth(remote: string, branch: string) {
});

child.on("exit", () => {
console.log({ remote, err });
resolve(!err.startsWith("fatal: could not read Username"));
});
} catch (error) {
Expand Down

0 comments on commit bc18d50

Please sign in to comment.