Skip to content

Commit

Permalink
fix: process.toString()
Browse files Browse the repository at this point in the history
Fixes TIMOB-28094
  • Loading branch information
brentonhouse authored and sgtcoolguy committed Aug 24, 2020
1 parent 6e74a3c commit a15f7f6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions common/Resources/ti.internal/extensions/node/process.js
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,7 @@ process.versions = {
jsc: '' // TODO: report javascriptcore version for iOS/WIndows?
// TODO: Report ios/Android/Windows platform versions?
};
process[Symbol.toStringTag] = 'process';

global.process = process;
// handle spitting out warnings
Expand Down

0 comments on commit a15f7f6

Please sign in to comment.