Skip to content

Commit

Permalink
Fix scratch-vm loadExtensionURL type
Browse files Browse the repository at this point in the history
  • Loading branch information
GarboMuffin committed Sep 24, 2023
1 parent f86d9c6 commit 7a5cf5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/scratch-vm.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -774,7 +774,7 @@ declare namespace VM {
/**
* Load a remote extension. Does not work on scratch.mit.edu.
*/
loadExtensionURL(extensionID: string): void;
loadExtensionURL(extensionID: string): Promise<number>;
}

/**
Expand Down

0 comments on commit 7a5cf5c

Please sign in to comment.