From 86de532a703d6b8846cfbfc5383495aa60766a46 Mon Sep 17 00:00:00 2001 From: Tw93 Date: Mon, 28 Aug 2023 17:59:36 +0800 Subject: [PATCH] :bug: fix fs bug --- script/build_with_pake_cli.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/build_with_pake_cli.mjs b/script/build_with_pake_cli.mjs index 9865aa1..a334339 100644 --- a/script/build_with_pake_cli.mjs +++ b/script/build_with_pake_cli.mjs @@ -1,6 +1,6 @@ import shelljs from 'shelljs'; import axios from 'axios'; -import { promises as fs } from 'fs'; +import fs from 'fs'; import { fileURLToPath } from 'url'; import path, { dirname } from 'path';