Skip to content

Commit 9dcbc35

Browse files
committed
wip fix build in Windows
1 parent 526ba50 commit 9dcbc35

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build/build.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ import path from 'path';
99
import { relative } from './util.js';
1010
import { promises as fs } from 'fs';
1111

12+
console.log('import.meta.url:', import.meta.url)
1213
let pkgPath = relative(import.meta.url, '../package.json');
1314
pkgPath = pkgPath.replace('file://', '');
1415
const pkgString = (await fs.readFile(pkgPath)).toString();

0 commit comments

Comments
 (0)