Fix: Uc browser worker #62

This commit is contained in:
surunzi
2018-05-27 19:38:49 +08:00
parent 8227abe686
commit e6342d9b3f
8 changed files with 1844 additions and 1495 deletions

View File

@@ -9,7 +9,13 @@ function boot(name, cb)
options.tool = name === 'settings' ? [] : name;
}
eruda.init(options);
try
{
eruda.init(options);
} catch (e)
{
alert(e);
}
eruda.show().get().config.set('displaySize', 50);
cb && cb();