Skip to content

Commit 806a8c3

Browse files
committed
# version 1.4.2:
- Fix access access to file on remote location (like hadoop/HDFS) - add test for accessing files over network - 2 spaces instead 4
1 parent 2f861f9 commit 806a8c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ tap.test('Load remote file', t => {
3636
const serveStatic = require('serve-static')
3737
const serve = serveStatic('./')
3838

39-
const server = http
39+
const server = http
4040
.createServer((req, res) =>
4141
serve(req, res, finalhandler(req, res)))
4242
.listen(port)

0 commit comments

Comments
 (0)