Skip to content

Commit

Permalink
Fix an errant relative path
Browse files Browse the repository at this point in the history
  • Loading branch information
marcins committed Mar 2, 2023
1 parent 62b5530 commit 66fffa1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/core/core/src/applyRuntimes.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@ import {mergeEnvironments} from './Environment';
import createAssetGraphRequest from './requests/AssetGraphRequest';
import {createDevDependency, runDevDepRequest} from './requests/DevDepRequest';
import {toProjectPath, fromProjectPathRelative} from './projectPath';
import {PluginApplicationProfiler} from '@parcel/profiler';
import {applicationProfiler} from '../../profiler/src/ApplicationProfiler';
import {applicationProfiler, PluginApplicationProfiler} from '@parcel/profiler';

type RuntimeConnection = {|
bundle: InternalBundle,
Expand Down

0 comments on commit 66fffa1

Please sign in to comment.