diff --git a/inspector-debug.cmd b/inspector-debug.cmd new file mode 100644 index 0000000..6fc5209 --- /dev/null +++ b/inspector-debug.cmd @@ -0,0 +1 @@ +node-inspector & \ No newline at end of file diff --git a/inspector.cmd b/inspector.cmd new file mode 100644 index 0000000..c994740 --- /dev/null +++ b/inspector.cmd @@ -0,0 +1 @@ +node --debug-brk gulpfile.js \ No newline at end of file diff --git a/src/upload.js b/src/upload.js index 0aea0d7..188b1f2 100644 --- a/src/upload.js +++ b/src/upload.js @@ -556,7 +556,7 @@ } - //模块导出 + //模块化处理导出 if (typeof define === "function" && define.amd) { define("upload", [], function() { return upload;