Skip to content

Commit 255ae22

Browse files
authored
Added a warning about order of custom operations
1 parent a653007 commit 255ae22

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ let main argv =
3939
}
4040
```
4141

42+
💥WARNING: You must declare `inputs` before `setHandler` or else the type checking will not work properly and you will get a build error!💥
43+
4244
```batch
4345
> unzip.exe "c:\test\stuff.zip"
4446
Result: Unzipping stuff.zip to c:\test

0 commit comments

Comments
 (0)