We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cc69b77 + 8734c52 commit 46d94fdCopy full SHA for 46d94fd
packages/core/src/stepFunctions/utils.ts
@@ -69,8 +69,8 @@ export class StateMachineGraphCache {
69
})
70
this.writeFile =
71
writeFileCustom ??
72
- (async (path: string, data: string, encoding: string) => {
73
- await fs.writeFile(path, data, { mode: encoding })
+ (async (path: string, data: string, _encoding: string) => {
+ await fs.writeFile(path, data)
74
75
this.logger = getLogger()
76
this.getFileData = getFileData ?? httpsGetRequestWrapper
0 commit comments