mirror of
https://github.com/pacnpal/Roo-Code.git
synced 2025-12-22 05:11:06 -05:00
Prettier backfill
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
function stripAnsi(string) {
|
||||
// Simple mock that just returns the input string
|
||||
return string;
|
||||
// Simple mock that just returns the input string
|
||||
return string
|
||||
}
|
||||
|
||||
module.exports = stripAnsi;
|
||||
module.exports.default = stripAnsi;
|
||||
module.exports = stripAnsi
|
||||
module.exports.default = stripAnsi
|
||||
|
||||
Reference in New Issue
Block a user