mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
[apps/code] rename Script::scriptContent() -> Script::content()
This commit is contained in:
@@ -33,7 +33,7 @@ const char * ScriptStore::contentOfScript(const char * name, bool markAsFetched)
|
||||
if (markAsFetched) {
|
||||
script.setContentFetchedFromConsole(true);
|
||||
}
|
||||
return script.scriptContent();
|
||||
return script.content();
|
||||
}
|
||||
|
||||
void ScriptStore::clearFetchInformation() {
|
||||
|
||||
Reference in New Issue
Block a user