parent
26bd15ec28
commit
1515793109
|
@ -88,8 +88,8 @@ public class DirectoryCommand extends EnvironmentCommand<WhisperServerConfigurat
|
|||
logger.warn("Directory Exception", ex);
|
||||
throw new RuntimeException(ex);
|
||||
} finally {
|
||||
Thread.sleep(3000);
|
||||
System.exit(0);
|
||||
// Thread.sleep(3000);
|
||||
// System.exit(0);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue