fix: 提前初始化log防止内部异常

This commit is contained in:
coding
2017-10-24 11:38:35 +00:00
parent 2cab200e41
commit 2e679ff8b6
4 changed files with 12 additions and 9 deletions

View File

@ -1,4 +1,5 @@
'use strict';
var log = base.getLog().static;
var boot;
var disable;
/**