Skip to content
This repository has been archived by the owner on Jun 15, 2024. It is now read-only.

Commit

Permalink
fix(core): use '/' as the base path when parsing the command line opt…
Browse files Browse the repository at this point in the history
…ions in a browser environment
  • Loading branch information
jordimarimon committed Aug 11, 2023
1 parent 435e6cb commit 6be01de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/browser-system.ts
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ export class BrowserSystem implements AnalyserSystem {
exclude: exclude ?? ['**node_modules**'],
},
this._sys,
this.getCurrentDirectory(),
'/',
);
}
}

0 comments on commit 6be01de

Please sign in to comment.