Parcourir la source

Ups, returning an alert... It seemed to work though.

Mr.doob il y a 12 ans
Parent
commit
13830c4f94
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  1. 2 1
      editor/index.html

+ 2 - 1
editor/index.html

@@ -264,7 +264,8 @@
 
 							} catch ( error ) {
 
-								return alert( error );
+								alert( error );
+								return;
 
 							}