mirror of
https://github.com/nodejs/node.git
synced 2025-05-19 04:51:50 +00:00
5 lines
191 B
Plaintext
5 lines
191 B
Plaintext
undefined:1: SyntaxError: Single function literal required
|
|
(function() { return 5; })();
|
|
^
|
|
SyntaxError: Single function literal required
|
|
at *%(basename)s:32:16 |