mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
Require without .js in test-repl
This commit is contained in:
@@ -11,7 +11,7 @@ var net = require("net"),
|
||||
server_tcp, server_unix, client_tcp, client_unix, timer;
|
||||
|
||||
// absolute path to test/fixtures/a.js
|
||||
var moduleFilename = require("path").join(common.fixturesDir, "a.js");
|
||||
var moduleFilename = require("path").join(common.fixturesDir, "a");
|
||||
|
||||
common.error('repl test');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user