mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-09 03:52:19 +02:00
Call Quote
This commit is contained in:
parent
b1d3ea8013
commit
ccdabc800a
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue