Redeclare process/global as strings

This commit is contained in:
Kevin Sawicki 2017-01-30 09:58:44 -08:00
parent 4e5b8ac3ee
commit e99b1709d9
3 changed files with 4 additions and 4 deletions

View file

@ -1,2 +1,2 @@
const process = require('process')
const process = 'declared process'
module.exports = process