mirror of
https://github.com/game-ci/unity-test-runner.git
synced 2026-01-28 21:59:06 +08:00
TEMP console log project folder
This commit is contained in:
2
dist/index.js
generated
vendored
2
dist/index.js
generated
vendored
@@ -463,6 +463,8 @@ const Input = {
|
|||||||
if (packageMode) {
|
if (packageMode) {
|
||||||
packageName = this.getPackageNameFromPackageJson(projectPath);
|
packageName = this.getPackageNameFromPackageJson(projectPath);
|
||||||
this.verifyTestsFolderIsPresent(projectPath);
|
this.verifyTestsFolderIsPresent(projectPath);
|
||||||
|
// eslint-disable-next-line no-console
|
||||||
|
console.log(fs_1.default.readdirSync(projectPath));
|
||||||
}
|
}
|
||||||
// Sanitise other input
|
// Sanitise other input
|
||||||
const artifactsPath = rawArtifactsPath.replace(/\/$/, '');
|
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,6 +107,9 @@ const Input = {
|
|||||||
if (packageMode) {
|
if (packageMode) {
|
||||||
packageName = this.getPackageNameFromPackageJson(projectPath);
|
packageName = this.getPackageNameFromPackageJson(projectPath);
|
||||||
this.verifyTestsFolderIsPresent(projectPath);
|
this.verifyTestsFolderIsPresent(projectPath);
|
||||||
|
|
||||||
|
// eslint-disable-next-line no-console
|
||||||
|
console.log(fs.readdirSync(projectPath));
|
||||||
}
|
}
|
||||||
|
|
||||||
// Sanitise other input
|
// Sanitise other input
|
||||||
|
|||||||
Reference in New Issue
Block a user