mirror of
https://github.com/game-ci/unity-builder.git
synced 2025-07-07 20:35:33 -04:00
remove typo - double await
This commit is contained in:
parent
eba396b69e
commit
39392a1578
BIN
dist/index.js
generated
vendored
BIN
dist/index.js
generated
vendored
Binary file not shown.
BIN
dist/index.js.map
generated
vendored
BIN
dist/index.js.map
generated
vendored
Binary file not shown.
@ -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}`);
|
||||
|
Loading…
Reference in New Issue
Block a user