Skip to content

Commit

Permalink
Add zombie to whitelist
Browse files Browse the repository at this point in the history
  • Loading branch information
sungshon authored Feb 7, 2020
1 parent 742d96a commit e592672
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/vm.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const vmApi = {
'lodash', 'google-it', 'cheerio', 'jsdom', 'xml2js', 'cache-manager', 'bottleneck',
'magnet-uri', 'torrent-name-parser', 'request', 'cheerio-without-node-native',
'cross-fetch', 'cloudscraper', 'axios', 'remote-file-size', 'base-64', 'compare-versions',
'js-events-listener', 'qs', 'string_decoder', 'm3u8-parsed', 'discord-rpc'
'js-events-listener', 'qs', 'string_decoder', 'm3u8-parsed', 'discord-rpc', 'zombie'
],
excluded: ['stremio-addon-sdk', 'internal', 'phantom', 'eval', 'dom-storage'],
allModules: () => {
Expand Down

0 comments on commit e592672

Please sign in to comment.