Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
PPpro committed Oct 9, 2023
1 parent 11b3e4f commit 80a2b1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cocos/core/data/utils/requiring-frame.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ interface IRequiringFrame {

let requiringFrames: IRequiringFrame[] = []; // the requiring frame infos

export function push (module: IRequiringFrame['module'], uuid: string, scriptName: string, importMeta?: Record<string, unknown>): void {
export function push (module: IRequiringFrame['module'], uuid: IRequiringFrame['uuid'], scriptName: IRequiringFrame['script'], importMeta?: IRequiringFrame['importMeta']): void {
if (scriptName === undefined) {
scriptName = uuid;
uuid = '';
Expand Down

0 comments on commit 80a2b1a

Please sign in to comment.