diff --git a/html/src/app.js b/html/src/app.js
index f780e292..79a7e844 100644
--- a/html/src/app.js
+++ b/html/src/app.js
@@ -511,6 +511,7 @@ speechSynthesis.getVoices();
// FIXME : extra를 없애줘
API.$throw = function (code, error, extra) {
+ Noty.closeAll();
var text = [];
if (code > 0) {
var status = this.statusCodes[code];