Skip to content

Commit

Permalink
Allow read in test_format file
Browse files Browse the repository at this point in the history
  • Loading branch information
dsseng committed Feb 5, 2019
1 parent c7cf8b6 commit fc8c083
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/test_format.py
Expand Up @@ -30,7 +30,7 @@ def main():
print "No available deno executable."
sys.exit(1)

util.run([deno_path, "--allow-run", "tools/format.ts"])
util.run([deno_path, "--allow-read --allow-run", "tools/format.ts"])
output = util.run_output(
["git", "status", "-uno", "--porcelain", "--ignore-submodules"])
if len(output) > 0:
Expand Down

0 comments on commit fc8c083

Please sign in to comment.