Skip to content

Commit

Permalink
🐛 fix fs bug
Browse files Browse the repository at this point in the history
  • Loading branch information
tw93 committed Aug 28, 2023
1 parent 1864253 commit 86de532
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/build_with_pake_cli.mjs
Original file line number Diff line number Diff line change
@@ -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';

Expand Down

0 comments on commit 86de532

Please sign in to comment.