mirror of
https://github.com/liriliri/eruda.git
synced 2026-04-05 10:28:34 +08:00
chore: remove redundant console tests
This commit is contained in:
@@ -290,7 +290,7 @@ export default class Console extends Tool {
|
||||
const logger = this._logger
|
||||
switch (key) {
|
||||
case 'asyncRender':
|
||||
return logger.setOption('renderAsync', val)
|
||||
return logger.setOption('asyncRender', val)
|
||||
case 'jsExecution':
|
||||
return this._enableJsExecution(val)
|
||||
case 'catchGlobalErr':
|
||||
|
||||
Reference in New Issue
Block a user