import os = require('os'); moved back

pull/338/head
Hargun Kaur 2021-11-22 18:27:55 +00:00 committed by GitHub
parent c1c463274c
commit a2b4d83e03
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ import * as auth from './authutil';
import * as path from 'path';
import {restoreCache} from './cache-restore';
import {URL} from 'url';
import os from 'os';
import os = require('os');
export async function run() {
try {