Showing
1 changed file
with
1 additions
and
0 deletions
@@ -261,6 +261,7 @@ Interfacer.prototype.require = function (mos, req, res, cb) { | @@ -261,6 +261,7 @@ Interfacer.prototype.require = function (mos, req, res, cb) { | ||
261 | }); | 261 | }); |
262 | } | 262 | } |
263 | } else { | 263 | } else { |
264 | + console.error(name+"不存在"); | ||
264 | errName.push(name); | 265 | errName.push(name); |
265 | } | 266 | } |
266 | }); | 267 | }); |
-
Please register or login to post a comment