mirror of
https://github.com/sehugg/8bitworkshop.git
synced 2024-11-22 14:33:51 +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) {
|
||||
setWaitDialog(false);
|
||||
bootbox.alert("No files changed.");
|
||||
return;
|
||||
}
|
||||
// build commit confirm message
|
||||
var msg = "";
|
||||
|
Loading…
Reference in New Issue
Block a user