You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
core: implement runtime flag to print warn on sync
Use the --warn-on-sync flag to print a stack trace whenever a sync
method is used. (e.g. fs.readFileSync()) It does not track if the
warning has occurred at a specific location in the past and so will
print the warning every time.
This does not print the warning for the first synchronous execution of
the script. Allowing all the require(), etc. statements to run that are
necessary to prepare the environment.
0 commit comments