mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-05-17 00:47:46 +00:00
9 lines
202 B
JavaScript
9 lines
202 B
JavaScript
(global => {
|
|
|
|
// __filename
|
|
if (typeof global.__filename === 'undefined') {
|
|
global.__filename = '__filename';
|
|
}
|
|
|
|
})(global || window || this); // eslint-disable-line no-invalid-this
|