mirror of
https://github.com/nuintun/command-manager.git
synced 2025-12-20 10:35:53 +08:00
update files
This commit is contained in:
@@ -44,7 +44,7 @@ module.exports = {
|
||||
env[item.name] = item.value;
|
||||
});
|
||||
|
||||
thread = fork(path.join(__dirname, 'emulator'), {
|
||||
thread = fork(path.join(__dirname, 'child-thread'), {
|
||||
env: env
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user