Skip to content

Commit d55db74

Browse files
fix: explicitly set config path
1 parent ca0891f commit d55db74

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/classes/emulator.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -380,6 +380,8 @@ export class Emulator {
380380
raArgs.push(path.join(EmulatorFileSystem.contentDirectory, name))
381381
}
382382

383+
raArgs.push('-c', EmulatorFileSystem.configPath)
384+
383385
Module.callMain(raArgs)
384386
signal?.addEventListener('abort', () => {
385387
this.exit()

0 commit comments

Comments
 (0)