update files

This commit is contained in:
nuintun
2015-12-04 09:21:43 +08:00
parent d78f57735d
commit 7a3836ada5
3 changed files with 47 additions and 38 deletions

View File

@@ -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
});