1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-09 03:52:19 +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) if (args.Count == 1)
{ {
newString = scope:ReplaceBlock .(); newString = scope:ReplaceBlock .();
args[0].QuoteString(newString); args[0].Quote(newString);
} }
else else
cmdErr = "Invalid number of arguments"; cmdErr = "Invalid number of arguments";