Skip to content

Commit faa8fc4

Browse files
author
enryh
committed
🚧 check if printed message is an issue on windows server
1 parent baa0292 commit faa8fc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vuegen/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ def main():
4848
)
4949

5050
# Print completion message
51-
print_completion_message(report_type)
51+
# print_completion_message(report_type) # ! test if message is an issue on windows
5252

5353

5454
if __name__ == "__main__":

0 commit comments

Comments
 (0)