Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9818ba7

Browse files
committed
Update README.md
1 parent 29e0be6 commit 9818ba7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ var fs = require("fs"),
3939

4040
function readSomethingFromFileSystem(cb) {
4141
// But no scoped variables
42-
var path;
42+
var path = "/somewhere/on/the/disk";
4343

4444
console.log("Reading from file system ..."):
4545
fs.readFile(path, "utf8", cb);

0 commit comments

Comments
 (0)