fix: some bug at xhr and console

Signed-off-by: MiaoWoo <admin@yumc.pw>
This commit is contained in:
2020-02-23 22:33:51 +08:00
parent d9e2b50953
commit e8d41e8a43
3 changed files with 17 additions and 13 deletions

View File

@ -80,7 +80,7 @@ export class MiaoScriptConsole implements Console {
}
object(obj) {
for (var i in obj) {
this.logger(i, '=>', obj[i])
this.info(i, '=>', obj[i])
}
}
ex(ex: Error) {