Skip to content

Commit 8cca491

Browse files
Update packages/utils/web-multi-logger/src/Logger.ts
Co-authored-by: George Xu <33054982+georgexu99@users.noreply.github.com>
1 parent 583a070 commit 8cca491

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/utils/web-multi-logger/src/Logger.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export default class Logger {
2727

2828
this.app.use(
2929
'/xterm/addons/fit',
30-
express.static(path.dirname(import.meta.resolve('xterm-addon-fit'))),
30+
express.static(path.dirname(fileURLToPath(import.meta.resolve('xterm-addon-fit')))),
3131
);
3232
this.app.use(
3333
'/xterm/addons/search',

0 commit comments

Comments
 (0)