Skip to content

Commit

Permalink
Revert "fix"
Browse files Browse the repository at this point in the history
This reverts commit 747bea8.
  • Loading branch information
PPpro committed Sep 13, 2023
1 parent 747bea8 commit 701ccf5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion cocos/asset/asset-manager/deprecated.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ import dependUtil from './depend-util';
import downloader from './downloader';
import { Downloader } from './downloader';
import { getUuidFromURL, transform } from './helper';
import parser, { Parser } from './parser';
import parser from './parser';
import { Parser } from './parser';
import { releaseManager } from './release-manager';
import { assets, BuiltinBundleName, bundles } from './shared';
import { parseLoadResArgs, setDefaultProgressCallback } from './utilities';
Expand Down
3 changes: 2 additions & 1 deletion cocos/asset/asset-manager/downloader.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ import { BUILD, EDITOR, EDITOR_NOT_IN_PREVIEW } from 'internal:constants';
import { sys, js, misc, path } from '../../core';
import { cclegacy } from '@base/global';
import Cache from './cache';
import downloadFile, { FileProgressCallback } from './download-file';
import downloadFile from './download-file';
import { FileProgressCallback } from './download-file';
import downloadScript from './download-script';
import { files } from './shared';
import { retry, RetryFunction, urlAppendTimestamp } from './utilities';
Expand Down

0 comments on commit 701ccf5

Please sign in to comment.