Browse Source

small fix

Nikolay Suslov 6 years ago
parent
commit
7c5edf4dda
1 changed files with 1 additions and 1 deletions
  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 );