Skip to content

Commit 3f58591

Browse files
committed
requested changes
Signed-off-by: Isaac Milarsky <[email protected]>
1 parent b867a9e commit 3f58591

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

js/formDataToJson.js

+3-1
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,7 @@ async function createBranchOnProject(projectURL, token)
166166
else
167167
{
168168
console.error('Error fetching base branch info:', data);
169+
alert('Error fetching base branch info:', data);
169170
return false;
170171
}
171172
}
@@ -284,7 +285,8 @@ async function createProjectPR(event){
284285
}
285286
else
286287
{
287-
console.error("Could not create branch on requested repository with the requested API key!")
288+
console.error("Could not create branch on requested repository with the requested API key!");
289+
alert("Could not create branch on requested repository with the requested API key!");
288290
}
289291
}
290292
else

0 commit comments

Comments
 (0)