去除调试代码
This commit is contained in:
parent
fc0e0bb55e
commit
99526dc326
|
@ -131,7 +131,6 @@ wb.export(
|
|||
}
|
||||
|
||||
cmdSpecial = function(command){
|
||||
if(_STUDIO_INVOKED){
|
||||
if(string.find(command,"make")){
|
||||
var configFile = io.splitpath(io._exefile).name + ".ini";
|
||||
var ini = fsys.ini(configFile);
|
||||
|
@ -143,9 +142,6 @@ wb.export(
|
|||
mainForm.msgbox(command);
|
||||
return;
|
||||
}
|
||||
mainForm.msgbox(command);
|
||||
//return;
|
||||
}
|
||||
|
||||
//同步有同步的优势,扬长避短是智慧,倒行逆施最累人。
|
||||
prcs = process.popen(command);
|
||||
|
|
Loading…
Reference in New Issue
Block a user