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
12764c8f73
commit
4de8ca9d92
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) {
|
public static log(message: string) {
|
||||||
const finalMessage = `[Client] ${message}`;
|
const finalMessage = `[Client] ${message}`;
|
||||||
if (!fs.existsSync(CloudRunnerFolders.uniqueCloudRunnerJobFolderAbsolute)) {
|
|
||||||
fs.mkdirSync(CloudRunnerFolders.uniqueCloudRunnerJobFolderAbsolute);
|
|
||||||
}
|
|
||||||
if (!fs.existsSync(this.LogFilePath)) {
|
if (!fs.existsSync(this.LogFilePath)) {
|
||||||
fs.writeFileSync(this.LogFilePath, ``);
|
fs.writeFileSync(this.LogFilePath, ``);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user