mirror of
https://github.com/denoland/deno.git
synced 2025-10-02 23:24:37 +00:00
tools: fix windows
This fixes most things, but format.py doesn't work yet, because yapf is broken due to some depot_tools shimming python.
This commit is contained in:
parent
f917c5e722
commit
7c5db007de
2 changed files with 9 additions and 2 deletions
|
@ -22,4 +22,4 @@ run([
|
|||
# Do not format these.
|
||||
# js/msg_generated.ts
|
||||
# js/flatbuffers.js
|
||||
run(["rustfmt", "--write-mode", "overwrite"] + glob("src/*.rs"))
|
||||
run(["rustfmt", "-f", "--write-mode", "overwrite"] + glob("src/*.rs"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue