This commit is contained in:
CRIMX 2025-05-04 02:06:30 +00:00 committed by GitHub
commit 91751e2089
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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);
}