mirror of
https://github.com/liriliri/eruda.git
synced 2026-03-24 09:48:37 +08:00
Fix: Uc browser worker #62
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user