瀏覽代碼

small fix

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 );