mirror of
https://github.com/denoland/deno.git
synced 2025-08-01 09:32:28 +00:00
tools: make color output work on windows
This commit is contained in:
parent
be8f49b332
commit
2e3a8b495d
6 changed files with 115 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
|||
#!/usr/bin/env python
|
||||
import third_party
|
||||
from util import run, root_path, build_path, build_mode
|
||||
from util import build_mode, build_path, enable_ansi_colors, root_path, run
|
||||
import os
|
||||
import re
|
||||
import sys
|
||||
|
@ -8,6 +8,8 @@ from distutils.spawn import find_executable
|
|||
|
||||
|
||||
def main():
|
||||
enable_ansi_colors()
|
||||
|
||||
os.chdir(root_path)
|
||||
|
||||
third_party.fix_symlinks()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue