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

Commit 7089ef2

Browse files
committed
externs folder fix
Change-Id: Ibec579cf4a03bb1eee78aea4b6c9a01c7d052656
1 parent 28990d4 commit 7089ef2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ let externs;
3030
*/
3131
function loadExterns() {
3232
const fs = require('fs');
33-
const path = './build/externs';
33+
const path = './externs';
3434
const all = fs.readdirSync(path);
3535

3636
return all.filter(x => x.endsWith('.js')).map(x => {

0 commit comments

Comments
 (0)