We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f3f9fd commit c222384Copy full SHA for c222384
server.py
@@ -82,7 +82,7 @@ def get_compile_file(self, config):
82
name[0] = "compile_file1"
83
return os.path.join(self.cache_path, "-".join(name))
84
# manual compile_file
85
- return os.path.join(self.root_path, ".compile_file")
+ return os.path.join(self.root_path, ".compile")
86
87
def reinit_compile_info(self):
88
"""all the compile information may change in background"""
0 commit comments