Skip to content
This repository was archived by the owner on Aug 15, 2024. It is now read-only.

Commit 2d9518f

Browse files
committed
Added strict mode to Class
1 parent 51e400f commit 2d9518f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/MemoryFileSystem.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
MIT License http://www.opensource.org/licenses/mit-license.php
33
Author Tobias Koppers @sokra
44
*/
5+
"use strict";
56

67
const normalize = require("./normalize");
78
const join = require("./join");

0 commit comments

Comments
 (0)