Skip to content

Commit

Permalink
fix npm error
Browse files Browse the repository at this point in the history
  • Loading branch information
MTZing committed Oct 17, 2024
1 parent c6f8d80 commit 10ab72d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const cacheManager = require('./cache-manager');
const { downloadFile, readText, readArrayBuffer, readJson, loadSubpackage, getUserDataPath, _subpackagesPath } = require('./fs-utils');
const { downloadFile, readText, readArrayBuffer, readJson, loadSubpackage, getUserDataPath, _subpackagesPath } = require('../../../common/engine/fs-utils');

cc.assetManager.fsUtils = ral.fsUtils;

Expand Down

0 comments on commit 10ab72d

Please sign in to comment.