每次创建新的脚本都会报错

好烦啊,每次创建新的js脚本都会跳出这玩意。虽然目前没有对项目造成任何影响,但是鬼知道以后会不会有什么隐患哦,我是不是有什么可能的不正确的操作?

报错代码:
TypeError: Cannot set property ‘innerHTML’ of null
at CcCodePreview.e (packages://inspector/share/code-preview.js:1:1151)
at CcCodePreview.eval (packages://inspector/share/code-preview.js:1:1440)
at emitNone (events.js:91:20)
at Stream.emit (events.js:185:7)
at Stream.stream.destroy (E:\CocosCreator\resources\app.asar\node_modules\through\index.js:84:12)
at _end (E:\CocosCreator\resources\app.asar\node_modules\through\index.js:67:14)
at Stream.stream.end (E:\CocosCreator\resources\app.asar\node_modules\through\index.js:74:5)
at Stream.onend (stream.js:59:10)
at emitNone (events.js:91:20)
at Stream.emit (events.js:185:7)

明明什么都没做,新建的空白项目,新建的js脚本,最近几个月1.5.2版本以后都这样。

这是 bug,1.7 已经修复~