File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -538,7 +538,7 @@ function REPLServer(prompt,
538
538
cmd = `(${ cmd } )` ;
539
539
self . wrappedCmd = true ;
540
540
} else {
541
- // Mitigate vm # 548 issue
541
+ // Mitigate https://github.com/nodejs/node/issues/ 548
542
542
cmd = cmd . replace ( / ^ \s * f u n c t i o n \s + ( [ ^ ( ] + ) / ,
543
543
( _ , name ) => `var ${ name } = function ${ name } ` ) ;
544
544
}
Original file line number Diff line number Diff line change @@ -328,7 +328,7 @@ function error_test() {
328
328
// or block comment. https://github.com/nodejs/node/issues/3611
329
329
{ client : client_unix , send : 'a = 3.5e' ,
330
330
expect : / ^ S y n t a x E r r o r : I n v a l i d o r u n e x p e c t e d t o k e n / } ,
331
- // Mitigate # 548 issue
331
+ // Mitigate https://github.com/nodejs/node/issues/ 548
332
332
{ client : client_unix , send : 'function name(){ return "node"; };name()' ,
333
333
expect : "'node'\n" + prompt_unix } ,
334
334
{ client : client_unix , send : 'function name(){ return "nodejs"; };name()' ,
You can’t perform that action at this time.
0 commit comments