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