summaryrefslogtreecommitdiff
path: root/js/deno.ts
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2018-09-04 15:28:18 -0400
committerRyan Dahl <ry@tinyclouds.org>2018-09-04 15:57:18 -0400
commitd6c310596e36cb3f64961a59be64583433b7f583 (patch)
tree7465f7512c979a9bcaac82c91db81d964d11dc11 /js/deno.ts
parent641e3d404dfeb8f70ae0eb6c59b898b9f44742a1 (diff)
lStat -> lstat
Diffstat (limited to 'js/deno.ts')
-rw-r--r--js/deno.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/deno.ts b/js/deno.ts
index 0eca6f0ac..0b6b0fb9b 100644
--- a/js/deno.ts
+++ b/js/deno.ts
@@ -10,7 +10,7 @@ export {
readFileSync,
renameSync,
statSync,
- lStatSync,
+ lstatSync,
writeFileSync
} from "./os";
export { libdeno } from "./libdeno";