You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using a library definition that uses a command that requires permission, the name is not displayed correctly on some commands, but instead shows table: <ref> where the name should be.
Output:
Allow usage of command 'table: 014E18E8' (Y [enter]/n)
Use '--y' or '--no-interactive' to always accept or '--n' to decline.
To reproduce, create a package with the following .export.lua
Prebuildcommands are not directly executed but are added to the Makefile/VS solution, and executed upon build, so this needs to be clear from the warning.
The text was updated successfully, but these errors were encountered:
When using a library definition that uses a command that requires permission, the name is not displayed correctly on some commands, but instead shows
table: <ref>
where the name should be.Output:
To reproduce, create a package with the following
.export.lua
Prebuildcommands are not directly executed but are added to the Makefile/VS solution, and executed upon build, so this needs to be clear from the warning.
The text was updated successfully, but these errors were encountered: