edit(
filePath: string,
oldString: string,
newString: string,
replaceAll: boolean = false
): Promise| Name | Type | Description |
|---|---|---|
filePath* | string | |
oldString* | string | |
newString* | string | |
replaceAll | boolean | Default: false |
Edit a file, adapting error messages to the standard sandbox format.