Open ricowind opened 8 years ago
Can this be related to incremental compilation? Can you try to change
"incremental_mode": "production"
to
"incremental_mode": "none"
in the .fletch-settings
file?
@sgjesse same result with incremental_mode set to none
@peter-ahe-google @wibling @sgjesse
Version: 0.2.0-edge.50ffce48a0d44ac290c2623543a01d5051039c71 OS: Linux
How to reproduce the problem: Create a test.dart file with the following content:
As expected, the output of running:
is no output on the console
Add this line in pkg/file/lib/file.dart in the close method:
Run:
Still no output.
Run:
we now have output.