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

This commit is contained in:
Hargun Kaur 2021-11-22 18:27:55 +00:00 committed by GitHub
parent c1c463274c
commit a2b4d83e03

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 {