Starting app twice

I’m learning Corona SDK and I have one problem: my applications starting twice with Corona Simulator. Is that right? I’m creating main.lua with

print("test")

and getting in console something like

Windows simulator build date: Aug 27 2012 @ 17:37:09  
Copyright (C) 2009-2012 C o r o n a L a b s I n c .  
 Version: 2.0.0  
 Build: 2012.894  
test  
  
Copyright (C) 2009-2012 C o r o n a L a b s I n c .  
 Version: 2.0.0  
 Build: 2012.894  
test  

Why so? It’s problem, because my socket client on start connects to server two times. What’s wrong?

Upd: I’m using IntelliJ IDEA with Lua plugin for starting project and “C:\Program Files (x86)\Corona Labs\Corona SDK\Corona Simulator.exe” as Lua interpreter [import]uid: 181619 topic_id: 32424 reply_id: 332424[/import]

Looks like something changes two times in the directory and then relaunch the simulator. You can turn off that function within the settings of the simulator.

“Relaunch Simulator when project is modified”

Joakim [import]uid: 81188 topic_id: 32424 reply_id: 128947[/import]

Looks like something changes two times in the directory and then relaunch the simulator. You can turn off that function within the settings of the simulator.

“Relaunch Simulator when project is modified”

Joakim [import]uid: 81188 topic_id: 32424 reply_id: 128947[/import]