mirror of
https://github.com/game-ci/unity-builder.git
synced 2026-06-10 16:03:54 -07:00
Update references
This commit is contained in:
+5
-3
@@ -14,9 +14,11 @@ class Cache {
|
||||
return;
|
||||
}
|
||||
|
||||
console.log('Library folder does not exist.');
|
||||
console.log('Consider setting up caching to speed up your workflow.');
|
||||
console.log('If this is not your first build.');
|
||||
// eslint-disable-next-line no-console
|
||||
console.log(`
|
||||
Library folder does not exist.
|
||||
Consider setting up caching to speed up your workflow
|
||||
If this is not your first build.`);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user