-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
server.run(function() {
serverRequire('fs')
})
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.
Metadata
Metadata
Assignees
Labels
No labels