Showing
1 changed file
with
2 additions
and
1 deletions
... | @@ -144,7 +144,7 @@ function handleEvent(event) { | ... | @@ -144,7 +144,7 @@ function handleEvent(event) { |
144 | }); | 144 | }); |
145 | }); | 145 | }); |
146 | } | 146 | } |
147 | - | 147 | + else{ |
148 | return new Promise(function(resolve, reject) { | 148 | return new Promise(function(resolve, reject) { |
149 | //언어 감지 option | 149 | //언어 감지 option |
150 | var detect_options = { | 150 | var detect_options = { |
... | @@ -207,5 +207,6 @@ function handleEvent(event) { | ... | @@ -207,5 +207,6 @@ function handleEvent(event) { |
207 | }); | 207 | }); |
208 | 208 | ||
209 | }); | 209 | }); |
210 | + } | ||
210 | 211 | ||
211 | } | 212 | } |
... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
-
Please register or login to post a comment