There seems to be a bug where running a civet *.civet file directly does not execute anything if reading config from any file.
Meanwhile, node --import @danielx/civet/register *.civet does work on the same file (relinquishing the ability to read config from a file), if that helps narrow it down?
I initially thought it might have something to do with my changes in #1300, but rolled back several versions, and ran into the same behaviour…
There seems to be a bug where running a
civet *.civet
file directly does not execute anything if reading config from any file.Meanwhile,
node --import @danielx/civet/register *.civet
does work on the same file (relinquishing the ability to read config from a file), if that helps narrow it down?I initially thought it might have something to do with my changes in #1300, but rolled back several versions, and ran into the same behaviour…