Fix: 修复 Mixly.Web.SerialPort 中未导入 Mixly.Debug
This commit is contained in:
@@ -2,12 +2,14 @@ goog.loadJs('web', () => {
|
||||
|
||||
goog.require('Mixly.Serial');
|
||||
goog.require('Mixly.Registry');
|
||||
goog.require('Mixly.Debug');
|
||||
goog.require('Mixly.Web');
|
||||
goog.provide('Mixly.Web.SerialPort');
|
||||
|
||||
const {
|
||||
Serial,
|
||||
Registry,
|
||||
Debug,
|
||||
Web
|
||||
} = Mixly;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user