mirror of
https://github.com/liriliri/eruda.git
synced 2026-03-24 09:48:37 +08:00
Dev: Add Settings createCfg and change eslint semi rule
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import util from './util'
|
||||
import util from './util';
|
||||
|
||||
// Modified from: https://jsconsole.com/
|
||||
export default function stringify(obj, {
|
||||
@@ -273,7 +273,7 @@ function getObjAbstract(obj)
|
||||
|
||||
let type = getType(obj);
|
||||
|
||||
return type.replace(/(\[object )|]/g, '')
|
||||
return type.replace(/(\[object )|]/g, '');
|
||||
}
|
||||
|
||||
function getType(obj)
|
||||
|
||||
Reference in New Issue
Block a user