mirror of
https://github.com/denoland/deno.git
synced 2025-09-26 12:19:12 +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
|
@ -2,7 +2,9 @@
|
|||
# Does google-lint on c++ files and ts-lint on typescript files
|
||||
|
||||
import os
|
||||
from util import run
|
||||
from util import enable_ansi_colors, run
|
||||
|
||||
enable_ansi_colors()
|
||||
|
||||
root_path = os.path.dirname(os.path.dirname(os.path.realpath(__file__)))
|
||||
third_party_path = os.path.join(root_path, "third_party")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue