Skip to content

Commit ce02b4f

Browse files
committed
add some debugging output
1 parent 35c48f0 commit ce02b4f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

build/build.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ const kDepotToolsPath = path.join(kCwd, 'third_party', 'depot_tools');
1010
const kDawnPath = `${kCwd}/third_party/dawn`;
1111
const kOutDir = 'out/cmake-release';
1212
const kBuildPath = `${kDawnPath}/${kOutDir}`
13+
console.log('kCwd: ', kCwd);
14+
console.log('kDawnPath: ', kDawnPath);
15+
console.log('kBuildPath:', kBuildPath);
1316

1417
const isMac = process.platform === 'darwin';
1518
const isWin = process.platform === 'win32';

0 commit comments

Comments
 (0)