mirror of
https://github.com/sehugg/8bitworkshop.git
synced 2024-11-25 18:33:11 +00:00
minor fixes
This commit is contained in:
parent
bd0cad30a6
commit
7357063b72
@ -604,6 +604,7 @@ function confirmCommit(sess) : Promise<GHSession> {
|
|||||||
if (files.length == 0) {
|
if (files.length == 0) {
|
||||||
setWaitDialog(false);
|
setWaitDialog(false);
|
||||||
bootbox.alert("No files changed.");
|
bootbox.alert("No files changed.");
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
// build commit confirm message
|
// build commit confirm message
|
||||||
var msg = "";
|
var msg = "";
|
||||||
|
Loading…
Reference in New Issue
Block a user