Skip to content

Commit 46d94fd

Browse files
Merge master into feature/cwltail
2 parents cc69b77 + 8734c52 commit 46d94fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/core/src/stepFunctions/utils.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ export class StateMachineGraphCache {
6969
})
7070
this.writeFile =
7171
writeFileCustom ??
72-
(async (path: string, data: string, encoding: string) => {
73-
await fs.writeFile(path, data, { mode: encoding })
72+
(async (path: string, data: string, _encoding: string) => {
73+
await fs.writeFile(path, data)
7474
})
7575
this.logger = getLogger()
7676
this.getFileData = getFileData ?? httpsGetRequestWrapper

0 commit comments

Comments
 (0)