Skip to content

Commit

Permalink
remove typo - double await
Browse files Browse the repository at this point in the history
  • Loading branch information
frostebite committed Aug 17, 2023
1 parent eba396b commit 39392a1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export class RemoteClientLogger {
CloudRunnerLogger.log(`Collected Logs`);
let hashedLogs = fs.readFileSync(RemoteClientLogger.LogFilePath).toString();

hashedLogs = await await CloudRunnerSystem.Run(`md5sum ${RemoteClientLogger.LogFilePath}`);
hashedLogs = await CloudRunnerSystem.Run(`md5sum ${RemoteClientLogger.LogFilePath}`);

for (let index = 0; index < 3; index++) {
CloudRunnerLogger.log(`LOGHASH: ${hashedLogs}`);
Expand Down

0 comments on commit 39392a1

Please sign in to comment.