Commit e488b558abb3d96b4f777c6aae3449b9c12b2601

Authored by Adhidarma Hadiwinoto
1 parent 17d6742cb0
Exists in master

Global var KOMODO_CONFIG_FILENAME

Showing 1 changed file with 2 additions and 0 deletions Side-by-side Diff

... ... @@ -12,6 +12,8 @@ if (!fs.existsSync(configFile)) {
12 12 }
13 13 }
14 14  
  15 +global.KOMODO_CONFIG_FILENAME = configFile;
  16 +
15 17 const config = require(configFile);
16 18 configFiller.go();
17 19