summaryrefslogtreecommitdiff
path: root/std/node/fs.ts
diff options
context:
space:
mode:
Diffstat (limited to 'std/node/fs.ts')
-rwxr-xr-xstd/node/fs.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/std/node/fs.ts b/std/node/fs.ts
index 9135441bb..0681ee5a1 100755
--- a/std/node/fs.ts
+++ b/std/node/fs.ts
@@ -24,5 +24,5 @@ export {
readFile,
readFileSync,
readlink,
- readlinkSync
+ readlinkSync,
};