()
| 59 | }) |
| 60 | } |
| 61 | setupPreLoadSettings() { |
| 62 | this.Module.callbacks.setupCoreSettingFile = (filePath) => { |
| 63 | if (this.EJS.debug) console.log("Setting up core settings with path:", filePath); |
| 64 | this.writeFile(filePath, this.EJS.getCoreSettings()); |
| 65 | } |
| 66 | } |
| 67 | mountFileSystems() { |
| 68 | return new Promise(async resolve => { |
| 69 | this.mkdir("/data"); |
no test coverage detected