Strange behavior with pixlet

I am developing scripts on a Mac. Recently when I tried to use pixlet serve filename1.star I get the error message: error loading applet: reading filename2.star: file does not exist. I do not know why it is trying to load an entirely different file. Both files, filename1.star and filename2.star are in the same directory from which I am running the command. This behavior occurs for all the .star files that I have developed.

Has anyone else come across this problem, and if so how did you fix it?

Thanks.

This is a known bug. make sure to have only 1 .star file in the directory at a time.

Thanks for the solution.