mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2025-06-17 18:10:08 -04:00
Merge 0b14e89bea
into f207757ef0
This commit is contained in:
commit
91751e2089
1 changed files with 1 additions and 1 deletions
|
@ -474,7 +474,7 @@ class VirtualMachine extends EventEmitter {
|
|||
* @returns {Promise} Promise that resolves after the project has loaded
|
||||
*/
|
||||
fromJSON (json) {
|
||||
log.warning('fromJSON is now just a wrapper around loadProject, please use that function instead.');
|
||||
log.warn('fromJSON is now just a wrapper around loadProject, please use that function instead.');
|
||||
return this.loadProject(json);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue