release: v1.6.0

This commit is contained in:
redhoodsu
2019-09-26 20:43:35 +08:00
parent 3d843edb41
commit 72f176c091
3 changed files with 9 additions and 2 deletions

View File

@@ -26,7 +26,7 @@ let console = eruda.get('console');
console.config.set('catchGlobalErr', true);
```
### log, error, info, warn, dir, time/timeEnd, clear, count, assert, table
### log, error, info, warn, dir, time/timeEnd, clear, count, assert, table, group/groupCollapsed/groupEnd
All these methods can be used in the same way as window.console object.