Skip to content

Commit

Permalink
add inspector
Browse files Browse the repository at this point in the history
  • Loading branch information
jnxyx committed Sep 14, 2016
1 parent 8baeb05 commit 95e5e73
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions inspector-debug.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
node-inspector &
1 change: 1 addition & 0 deletions inspector.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
node --debug-brk gulpfile.js
2 changes: 1 addition & 1 deletion src/upload.js
Original file line number Diff line number Diff line change
Expand Up @@ -556,7 +556,7 @@

}

//模块导出
//模块化处理导出
if (typeof define === "function" && define.amd) {
define("upload", [], function() {
return upload;
Expand Down

0 comments on commit 95e5e73

Please sign in to comment.