mirror of
https://github.com/game-ci/unity-test-runner.git
synced 2026-01-28 21:59:06 +08:00
Revert "TEMP console log project folder"
This reverts commit 411ec51817.
This commit is contained in:
2
dist/index.js
generated
vendored
2
dist/index.js
generated
vendored
@@ -463,8 +463,6 @@ const Input = {
|
||||
if (packageMode) {
|
||||
packageName = this.getPackageNameFromPackageJson(projectPath);
|
||||
this.verifyTestsFolderIsPresent(projectPath);
|
||||
// eslint-disable-next-line no-console
|
||||
console.log(fs_1.default.readdirSync(projectPath));
|
||||
}
|
||||
// Sanitise other input
|
||||
const artifactsPath = rawArtifactsPath.replace(/\/$/, '');
|
||||
|
||||
2
dist/index.js.map
generated
vendored
2
dist/index.js.map
generated
vendored
File diff suppressed because one or more lines are too long
@@ -107,9 +107,6 @@ const Input = {
|
||||
if (packageMode) {
|
||||
packageName = this.getPackageNameFromPackageJson(projectPath);
|
||||
this.verifyTestsFolderIsPresent(projectPath);
|
||||
|
||||
// eslint-disable-next-line no-console
|
||||
console.log(fs.readdirSync(projectPath));
|
||||
}
|
||||
|
||||
// Sanitise other input
|
||||
|
||||
Reference in New Issue
Block a user