1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-08 19:48:20 +02:00

Call Quote

This commit is contained in:
Brian Fiete 2022-03-19 12:31:21 -07:00
parent b1d3ea8013
commit ccdabc800a

View file

@ -9644,7 +9644,7 @@ namespace IDE
if (args.Count == 1)
{
newString = scope:ReplaceBlock .();
args[0].QuoteString(newString);
args[0].Quote(newString);
}
else
cmdErr = "Invalid number of arguments";