Skip to content

Commit

Permalink
fix: local ST uses graceful via core2
Browse files Browse the repository at this point in the history
  • Loading branch information
mshanemc committed Oct 5, 2021
1 parent ff5361b commit 3ba883f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/shared/localShadowRepo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,8 @@

import * as path from 'path';
import * as os from 'os';
import * as fs from 'fs';
import { AsyncCreatable } from '@salesforce/kit';
import { NamedPackageDir, Logger } from '@salesforce/core';
import { NamedPackageDir, Logger, fs } from '@salesforce/core';
import * as git from 'isomorphic-git';

/**
Expand Down

0 comments on commit 3ba883f

Please sign in to comment.