forked from Shinonome/dots-hyprland
ai: gemini: files
This commit is contained in:
@@ -40,7 +40,6 @@ Singleton {
|
||||
* @returns { string }
|
||||
*/
|
||||
function shellSingleQuoteEscape(str) {
|
||||
// escape single quotes
|
||||
return String(str)
|
||||
// .replace(/\\/g, '\\\\')
|
||||
.replace(/'/g, "'\\''");
|
||||
|
||||
Reference in New Issue
Block a user