mirror of
https://github.com/denoland/deno
synced 2024-11-05 18:45:24 +00:00
import sys since sys.exit(1) used
This commit is contained in:
parent
b6912e718a
commit
e41ee9bf4c
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
|||
import third_party
|
||||
from util import run, build_path, build_mode
|
||||
import os
|
||||
import sys
|
||||
import distutils.spawn
|
||||
|
||||
third_party.fix_symlinks()
|
||||
|
|
Loading…
Reference in a new issue