Fix input validation
This commit is contained in:
parent
0c1dd1090d
commit
c7eb3f32c9
3 changed files with 3 additions and 2 deletions
src
|
@ -104,6 +104,7 @@ class UpdateFlakeLockAction extends DetSysAction {
|
|||
if (
|
||||
this.flakeDirs !== null &&
|
||||
this.flakeDirs.length > 0 &&
|
||||
this.pathToFlakeDir !== null &&
|
||||
this.pathToFlakeDir !== ""
|
||||
) {
|
||||
// TODO: improve this error message
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue