From 3edc851b43d583adf91ae6b59f41ccccf296a2ab Mon Sep 17 00:00:00 2001 From: neverland Date: Thu, 4 Jul 2024 16:01:31 +0800 Subject: [PATCH] fix: binding --- crates/node_binding/binding.d.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/crates/node_binding/binding.d.ts b/crates/node_binding/binding.d.ts index bda8abdcfd9..479324e8060 100644 --- a/crates/node_binding/binding.d.ts +++ b/crates/node_binding/binding.d.ts @@ -1577,4 +1577,5 @@ export interface ThreadsafeNodeFS { mkdir: (name: string) => Promise | void mkdirp: (name: string) => Promise | string | void removeDirAll: (name: string) => Promise | string | void -} \ No newline at end of file +} +