From 1c3a8acae86bf87409a22aafc0d8e3959146457d Mon Sep 17 00:00:00 2001
From: syuilo <syuilotan@yahoo.co.jp>
Date: Tue, 9 Apr 2019 23:31:41 +0900
Subject: [PATCH] :)

---
 src/migrate.ts | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/migrate.ts b/src/migrate.ts
index 4798e430c..46df8429d 100644
--- a/src/migrate.ts
+++ b/src/migrate.ts
@@ -462,6 +462,8 @@ async function main() {
 			console.error(e);
 		}
 	}
+
+	console.log('DONE :)');
 }
 
 main();