mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Fix reference error for file variable in tools/isobuild/compiler.js.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user