mirror of
https://github.com/EmulatorJS/EmulatorJS.git
synced 2026-02-06 11:17:36 +00:00
Emphasize in the console, that fetching the core from the CDN is meant to function as a failsafe
This commit is contained in:
parent
6ab560d09f
commit
ea19b8d764
@ -593,6 +593,7 @@ class EmulatorJS {
|
||||
return;
|
||||
}
|
||||
console.warn("File was not found locally, but was found on the emulatorjs cdn.\nIt is recommended to download the stable release from here: https://cdn.emulatorjs.org/releases/");
|
||||
console.warn("**THIS METHOD IS A FAILSAFE, AND NOT OFFICIALLY SUPPORTED. USE AT YOUR OWN RISK**");
|
||||
}
|
||||
gotCore(res.data);
|
||||
this.storage.core.put(filename, {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user