Skip to content

Use core.isDebug in combination with info for debug logging #101

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 3, 2022

Conversation

boesing
Copy link
Member

@boesing boesing commented Jul 3, 2022

Q A
Bugfix yes

Description

It seems that core.debug is not fully functional.

TypeError: Cannot read properties of undefined (reading 'debug')
    at Object.debug (/action/main.js:2:61257)
    at t.App.validateJsonSchema (/action/main.js:2:63500)
    at t.App.projectContainsValidJsonConfiguration (/action/main.js:2:64504)
    at t.App.assertSanityChecksArePassing (/action/main.js:2:63051)
    at /action/main.js:2:99054
    at /action/main.js:2:100228
    at Object.<anonymous> (/action/main.js:2:100232)
    at Module._compile (node:internal/modules/cjs/loader:1099:14)
    at Object.Module._extensions..js (node:internal/modules/cjs/loader:1153:10)
    at Module.load (node:internal/modules/cjs/loader:975:32)

@boesing boesing added the Bug Something isn't working label Jul 3, 2022
@boesing boesing added this to the 1.12.3 milestone Jul 3, 2022
@boesing boesing changed the base branch from 1.13.x to 1.12.x July 3, 2022 23:01
It seems that `core.debug` is not fully functional.

```shell
TypeError: Cannot read properties of undefined (reading 'debug')
    at Object.debug (/action/main.js:2:61257)
    at t.App.validateJsonSchema (/action/main.js:2:63500)
    at t.App.projectContainsValidJsonConfiguration (/action/main.js:2:64504)
    at t.App.assertSanityChecksArePassing (/action/main.js:2:63051)
    at /action/main.js:2:99054
    at /action/main.js:2:100228
    at Object.<anonymous> (/action/main.js:2:100232)
    at Module._compile (node:internal/modules/cjs/loader:1099:14)
    at Object.Module._extensions..js (node:internal/modules/cjs/loader:1153:10)
    at Module.load (node:internal/modules/cjs/loader:975:32)
```

Signed-off-by: Maximilian Bösing <[email protected]>
@boesing boesing force-pushed the bugfix/debug-logging branch from 054e5d6 to d9e1a3d Compare July 3, 2022 23:02
@boesing boesing merged commit 34f2531 into laminas:1.12.x Jul 3, 2022
@boesing boesing deleted the bugfix/debug-logging branch July 3, 2022 23:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant