lots more stuff
This commit is contained in:
parent
46c9f0a447
commit
c4f250573a
19 changed files with 7619 additions and 149 deletions
|
@ -104,6 +104,7 @@ class MakeHandler(FileSystemEventHandler):
|
|||
command = ['make'] + config.get('default_make', [])
|
||||
res = subprocess.run(command, cwd=d, capture_output=True, encoding='utf-8')
|
||||
with open(d / '.make.log', 'w') as f:
|
||||
f.write(f"{datetime.now()}\n")
|
||||
f.write(res.stdout)
|
||||
f.write(res.stderr)
|
||||
else:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue