mirror of
https://github.com/denoland/deno.git
synced 2025-09-27 04:39:10 +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
|
import third_party
|
||||||
from util import run, build_path, build_mode
|
from util import run, build_path, build_mode
|
||||||
import os
|
import os
|
||||||
|
import sys
|
||||||
import distutils.spawn
|
import distutils.spawn
|
||||||
|
|
||||||
third_party.fix_symlinks()
|
third_party.fix_symlinks()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue