Skip to content
Snippets Groups Projects
Commit 4f1d4017 authored by deuce's avatar deuce
Browse files

Pass the submit success message back to the user.

parent 0607eceb
Branches
Tags
No related merge requests found
......@@ -123,6 +123,8 @@ body += ">Fix:\r\n" + pr.Fix;
if(!gnats.submit(body)) {
alert(gnats.error);
console.pause();
} else
} else {
console.print("\1y\1hProblem Report (PR) submitted successfully.\r\n");
console.print(gnats.message);
}
gnats.close();
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment