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
is all a bit too magic it also trips up linters because they don't know serverRequire exists. Maybe serverRequire should become this.serverRequire('fs') or become a parameter passed into the run callback.
Anyway some way of deglobalising it would be good.
The text was updated successfully, but these errors were encountered:
is all a bit too magic it also trips up linters because they don't know serverRequire exists. Maybe serverRequire should become
this.serverRequire('fs')
or become a parameter passed into the run callback.Anyway some way of deglobalising it would be good.
The text was updated successfully, but these errors were encountered: