Skip to content

Commit

Permalink
chore: setting output sourcemaps flag to true
Browse files Browse the repository at this point in the history
  • Loading branch information
aorumbayev authored and daniel-makerx committed Oct 30, 2024
1 parent 9704011 commit a50ccfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/puyapy/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def main() -> None:
parser.add_argument(
"--output-source-map",
action=argparse.BooleanOptionalAction,
default=False,
default=True,
help="Output debug source maps",
)
parser.add_argument(
Expand Down

0 comments on commit a50ccfa

Please sign in to comment.