此语法错误未被识别

时间:2015-07-29 15:02:18

标签: node.js

在这种情况下发生了什么?

为什么没有错误?

我拍了一个屏幕截图,希望你能帮我找出发生的事情。

我无法发布图片,请查看此link

enter image description here

1 个答案:

答案 0 :(得分:1)

这是一个语法错误,在早期版本的节点中,未显示此错误。 我在节点6上运行,我得到了

SyntaxError: Unexpected identifier
at Object.exports.createScript (vm.js:47:10)
at REPLServer.defaultEval (repl.js:255:25)
at bound (domain.js:280:14)
at REPLServer.runBound [as eval] (domain.js:293:12)
at REPLServer.<anonymous> (repl.js:477:10)
at emitOne (events.js:101:20)
at REPLServer.emit (events.js:188:7)
at REPLServer.Interface._onLine (readline.js:232:10)
at REPLServer.Interface._line (readline.js:574:8)
at REPLServer.Interface._ttyWrite (readline.js:851:14)

因为这个陈述意义不大。

same on git