mirror of
https://github.com/game-ci/unity-builder.git
synced 2025-07-07 20:35:33 -04:00
log file path
This commit is contained in:
parent
dc01a0de95
commit
36dc42cced
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.
@ -10,9 +10,6 @@ export class RemoteClientLogger {
|
||||
|
||||
public static log(message: string) {
|
||||
const finalMessage = `[Client] ${message}`;
|
||||
if (!fs.existsSync(this.LogFilePath)) {
|
||||
fs.writeFileSync(this.LogFilePath, ``);
|
||||
}
|
||||
this.appendToFile(finalMessage);
|
||||
CloudRunnerLogger.log(finalMessage);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user