文件操作 - bootstrap.js.flow
返回文件管理
返回主菜单
删除本文件
文件: /node_modules/global-agent/dist/routines/bootstrap.js.flow
编辑文件内容
// @flow import Logger from '../Logger'; import { createGlobalProxyAgent, } from '../factories'; import type { ProxyAgentConfigurationInputType, } from '../types'; const log = Logger.child({ namespace: 'bootstrap', }); export default (configurationInput?: ProxyAgentConfigurationInputType): boolean => { if (global.GLOBAL_AGENT) { log.warn('found global.GLOBAL_AGENT; second attempt to bootstrap global-agent was ignored'); return false; } global.GLOBAL_AGENT = createGlobalProxyAgent(configurationInput); return true; };
修改文件时间
将文件时间修改为当前时间的前一年
删除文件