mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 19:48:20 +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)
|
||||
{
|
||||
newString = scope:ReplaceBlock .();
|
||||
args[0].QuoteString(newString);
|
||||
args[0].Quote(newString);
|
||||
}
|
||||
else
|
||||
cmdErr = "Invalid number of arguments";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue