Nikolay Suslov 6 роки тому
батько
коміт
7c5edf4dda
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      public/vwf.js

+ 1 - 1
public/vwf.js

@@ -4905,7 +4905,7 @@ if ( ! childComponent.source ) {
                         callback_async( scriptText );
                         queue.resume( "after loading " + scriptURI ); // resume the queue; may invoke dispatch(), so call last before returning to the host
 
-                    } catch{
+                    } catch (e) {
 
                         vwf.logger.warnx( "loadScript", "error loading", scriptURI + ":", error );
                         errback_async( error );