aigems commited on
Commit
b4e225f
·
1 Parent(s): 5788bb9
Files changed (1) hide show
  1. app.js +1 -5
app.js CHANGED
@@ -90,8 +90,4 @@ fsPromises.access(historyFilePath)
90
  .catch(err => {
91
  logger.error('无法创建命令历史文件:', err);
92
  process.exit(1);
93
- });
94
-
95
- app.listen(port, () => {
96
- logger.info(`Web 命令执行应用正在监听 http://localhost:${port}`);
97
- });
 
90
  .catch(err => {
91
  logger.error('无法创建命令历史文件:', err);
92
  process.exit(1);
93
+ });