Better warning with pauseScript

This commit is contained in:
Nathaniel Landau
2015-11-16 09:34:41 -05:00
parent 15c684d4f4
commit 931e30dd34

View File

@@ -378,6 +378,9 @@ function pauseScript() {
seek_confirmation "Ready to continue?"
if is_confirmed; then
info "Continuing"
else
warning "Exiting Script."
safeExit
fi
}