You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using the Runner with --config-file <path to an empty file> leads to the following error. Looking at the code I expect the same applies to the Action.
This is admittedly an unusual case, but it has appeared in at least one support request, so we should provide a more helpful warning and carry on, rather than crashing.
TypeError: Cannot use 'in' operator to search for 'name' in undefined
at loadConfig (/snapshot/dist/codeql-runner.js)
at Object.initConfig (/snapshot/dist/codeql-runner.js)
at Object.initConfig (/snapshot/dist/codeql-runner.js)
at Command.<anonymous> (/snapshot/dist/codeql-runner.js)
at runMicrotasks (<anonymous>)
at processTicksAndRejections (internal/process/task_queues.js:95:5)
The text was updated successfully, but these errors were encountered:
Using the Runner with
--config-file <path to an empty file>
leads to the following error. Looking at the code I expect the same applies to the Action.This is admittedly an unusual case, but it has appeared in at least one support request, so we should provide a more helpful warning and carry on, rather than crashing.
The text was updated successfully, but these errors were encountered: