Skip to content

Commit

Permalink
fix process shim
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Nov 19, 2020
1 parent f281c75 commit 642c6b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src.runtime/shims/process.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
global.process = global.process || {}

// TODO: apply only non-existing keys
Object.assign(global.process, require('_process/browser.js'))
Object.assign(global.process, require('_process'))

module.exports = global.process

0 comments on commit 642c6b9

Please sign in to comment.