Fix reference error for file variable in tools/isobuild/compiler.js.

This commit is contained in:
Ben Newman
2016-09-27 11:03:28 -04:00
parent 0d3466b882
commit b976cfa552

View File

@@ -557,6 +557,7 @@ api.addAssets('${relPath}', 'client').`);
const contents = optimisticReadFile(absPath);
const hash = optimisticHashOrNull(absPath);
const file = { contents, hash };
watchSet.addFile(absPath, hash);
Console.nudge(true);