diff --git a/rawgate.js b/rawgate.js
index a6d7375b752de1a4a4957eef9ab4a4c02ee906d5..35fe25f0f40d55650d407256083c674860e591e7 100644
--- a/rawgate.js
+++ b/rawgate.js
@@ -138,6 +138,7 @@ function main() {
 init();
 if (!connect()) {
 	console.putmsg('Service unavailable, please try again later.');
+	console.crlf();
 	console.pause();
 	exit();
 }