Skip to content

Commit e645c6d

Browse files
committed
fix: resolve runner origin
1 parent c505ab6 commit e645c6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ export async function setupToolboxRunner() {
256256
throw new Error(`Unsupported origin ${String(self)}`)
257257
}
258258
const originPath = path.dirname(fileURLToPath(self))
259-
const originUrl = pathToFileURL(originPath)
259+
const originUrl = pathToFileURL(originPath + '/')
260260
const provider = new FileProvider([new FsLoader(
261261
originPath,
262262
new Map([

0 commit comments

Comments
 (0)