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
Refactor code such that it does not explicitly require the "process" module and so that it gracefully handles the case when process global is not available:
process
process.cwd()
process.getuid()
process.getgit()
process.platform
The text was updated successfully, but these errors were encountered:
Refactor code such that it does not explicitly
require
the"process"
module and so that it gracefully handles the case whenprocess
global is not available:process
process.cwd()
process.getuid()
process.getgit()
process.platform
The text was updated successfully, but these errors were encountered: