Skip to content

Commit d2cdd64

Browse files
committed
Merge pull request #13 from estebistec/patch-2
Update labs/Shell.md
2 parents e9e5178 + aa26d92 commit d2cdd64

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

labs/Shell.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,8 @@ stdin.on('data', function (input) {
142142
To implement ls add a new property to our object named 'ls' like this:
143143

144144
```js
145+
var fs = require('fs');
146+
145147
var commands = {
146148
'pwd': function () {
147149
console.log(process.cwd());

0 commit comments

Comments
 (0)