Commit 4e13bf4a7f9c68ceea12f342c998587f68b64e99

Authored by Adhidarma Hadiwinoto
1 parent 0f78331eb0
Exists in master and in 1 other branch dev

fix last dump of sent

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

lib/core-callback/dumper/sender.js
... ... @@ -76,5 +76,5 @@ ${
76 76 );
77 77  
78 78 await fsPromise.writeFile(dumpFileName, data);
79   - await fsPromise.writeFile(lastDumpFileName);
  79 + await fsPromise.writeFile(lastDumpFileName, data);
80 80 };