Python interpreter #420
Annotations
3 errors
packages/cli/src/docker.ts#L67
Missing error handling in the `stopContainer` method. There are empty catch blocks which could swallow errors and make debugging difficult.
|
packages/cli/src/docker.ts#L282
Potential null reference error. The `content` parameter is not checked for null or undefined before being used in `writeFile`.
|
packages/cli/src/run.ts#L127
Potential null reference error. The `ffs` variable is not checked for null or undefined before accessing its `length` property.
|
This job succeeded
Loading