add 'assets' library docs

This commit is contained in:
MihailRis
2025-08-13 23:59:05 +03:00
parent bef8e4b9d6
commit 2cdcebf9d9
7 changed files with 61 additions and 2 deletions
-1
View File
@@ -123,7 +123,6 @@ function run_current_file()
local unit = info and info.unit
if script_type == "model" then
print(current_file.filename)
clear_output()
local _, err = pcall(reload_model, current_file.filename, unit)
if err then