We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1905be8 commit e47672bCopy full SHA for e47672b
lib/dtutils.lua
@@ -65,6 +65,7 @@ function dtutils.check_min_api_version(min_api, script_name)
65
dt.print_error("This application is written for lua api version " .. min_api .. " or later.")
66
dt.print_error("The current lua api version is " .. current_api)
67
dt.print("ERROR: " .. script_name .. " failed to load. Lua API version " .. min_api .. " or later required.")
68
+ dt.control.sleep(2000) -- aqllow time for the error to display before script_manager writes it's error message
69
error("Minimum API " .. min_api .. " not met for " .. script_name .. ".", 0)
70
end
71
0 commit comments